Log Messages
Level (7)
Channel (4)
| Time | Message |
|---|---|
| info |
Matched route "app_api_stock_in".
request
[ "route" => "app_api_stock_in" "route_parameters" => [ "_route" => "app_api_stock_in" "_controller" => "App\Controller\Api\ApiProductsController::stockInBulkCreate" ] "request_uri" => "https://nolimit.grupa-abs.pl/api/stock-in/bulk-create" "method" => "POST" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "api" "authenticators" => 1 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "api" "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" ] |
| info |
Connecting with parameters [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "admin_nolimit" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "admin_nolimit" "serverVersion" => "10.6.11-MariaDB" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "127.0.0.1" "port" => 3306 "user" => "admin_nolimit" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "admin_nolimit" "serverVersion" => "10.6.11-MariaDB" "charset" => "utf8mb4" ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1" (parameters: [ 1 => "api@leecooper.pl" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1" "params" => [ 1 => "api@leecooper.pl" ] "types" => [ 1 => 2 ] ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\UserProviderListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\CsrfProtectionListener::checkPassport" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::preCheckCredentials" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\CheckPassportEvent" to listener "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport".
event
[ "event" => "Symfony\Component\Security\Http\Event\CheckPassportEvent" "listener" => "Symfony\Component\Security\Http\EventListener\CheckCredentialsListener::checkPassport" ] |
| debug |
Notified event "security.authentication.success" to listener "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials".
event
[ "event" => "security.authentication.success" "listener" => "Symfony\Component\Security\Http\EventListener\UserCheckerListener::postCheckCredentials" ] |
| info |
Authenticator successful!
security
[ "token" => Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\Token\JWTPostAuthenticationToken {#796 -user: App\Entity\User {#794 …} -roleNames: [ "ROLE_REST_API" "ROLE_USER" "ROLE_NOLIMIT" ] -attributes: [] -firewallName: "api" -token: "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3NjUwMjA1NDgsImV4cCI6MTc2NTAyNDE0OCwicm9sZXMiOlsiUk9MRV9SRVNUX0FQSSIsIlJPTEVfVVNFUiIsIlJPTEVfTk9MSU1JVCJdLCJ1c2VybmFtZSI6ImFwaUBsZWVjb29wZXIucGwifQ.FjIiTy2dHItAsFYW36pkXbkzePx7iqRNDPPXyJG5kLpyHVU7pjsVYpro7XhrjtWL8oXy-iGw_nqB8bpAJpOF9pcfksOpfHJ9LoYKBq2BV1By9CtmIHn-lvXNeMCqLTKMEh_G8resbnoftyjAH4rGxtD02xOZSUU0_GeWQ-7bf_047BKq1mJ61SvDVVG2pRm-ucrQbxapEmI4PHcfHLYHVLqGUpmRhkz7aLHVIKBoyGTtTWA_h7SqThcVD5xBiC2TAiJ8X04lqJRKz79GoiBRDyCO18-XgpYX277ph5oTNxdNgo41SysC-CVgj-aC1Dgoyma1sdUvmyT2B8GOJnPhvw" } "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" ] |
| debug |
Notified event "Symfony\Component\Security\Http\Event\LoginSuccessEvent" to listener "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess".
event
[ "event" => "Symfony\Component\Security\Http\Event\LoginSuccessEvent" "listener" => "Symfony\Component\Security\Http\EventListener\PasswordMigratingListener::onLoginSuccess" ] |
| debug |
Authenticator set no success response: request continues.
security
[ "authenticator" => "Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls".
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequestPrettyUrls" ] |
| debug |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest" ] |
| debug |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController" ] |
| debug |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
event
[ "event" => "kernel.controller" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController" ] |
| debug |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote".
event
[ "event" => "debug.security.authorization.vote" "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "ContainerYziCf31\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerYziCf31\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2 FROM status t0 WHERE t0.id = ?" (parameters: [ 1 => 10 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2 FROM status t0 WHERE t0.id = ?" "params" => [ 1 => 10 ] "types" => [ 1 => 1 ] ] |
| debug |
Beginning transaction
doctrine
|
| deprecation |
User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by Products.php:9, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)
deprecation
[ "exception" => ErrorException {#1330 #message: "User Deprecated: Providing the property $indexes on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\Index attribute instead. (Table.php:26 called by Products.php:9, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)" #code: 0 #file: "/home/admin/domains/nolimit.grupa-abs.pl/public_html/vendor/doctrine/deprecations/src/Deprecation.php" #line: 208 #severity: E_USER_DEPRECATED trace: { /home/admin/domains/nolimit.grupa-abs.pl/public_html/vendor/doctrine/deprecations/src/Deprecation.php:208 { Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void … › › {
/home/admin/domains/nolimit.grupa-abs.pl/public_html/vendor/doctrine/deprecations/src/Deprecation.php:208 {
Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
›
›
|
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710127" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710127" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710134" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710134" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710141" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710141" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710158" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710158" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710202" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710202" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710219" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710219" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710233" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710233" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710240" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710240" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710257" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710257" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710264" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710264" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991710271" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991710271" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991716914" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991716914" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991718499" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991718499" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991718505" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991718505" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991718512" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991718512" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991718529" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991718529" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746324" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746324" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746331" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746331" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746348" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746348" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746546" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746546" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746553" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746553" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746560" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746560" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746577" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746577" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746584" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746584" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746591" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746591" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746607" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746607" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746621" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746621" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746638" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746638" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746645" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746645" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746652" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746652" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746669" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746669" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746676" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746676" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746928" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746928" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746935" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746935" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746942" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746942" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991746959" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991746959" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747369" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747369" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747376" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747376" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747383" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747383" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747390" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747390" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747734" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747734" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747741" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747741" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747758" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747758" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747765" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747765" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747772" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747772" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747789" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747789" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747796" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747796" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747802" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747802" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747888" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747888" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747895" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747895" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747901" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747901" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991747918" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991747918" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748229" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748229" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748236" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748236" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748243" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748243" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748250" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748250" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748366" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748366" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748373" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748373" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748380" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748380" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748397" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748397" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748618" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748618" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748625" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748625" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748632" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748632" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748649" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748649" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748656" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748656" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748700" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748700" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748717" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748717" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748724" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748724" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748731" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748731" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748786" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748786" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748793" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748793" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748809" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748809" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748861" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748861" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748878" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748878" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748885" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748885" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748892" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748892" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748946" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748946" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748953" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748953" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748960" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748960" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991748977" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991748977" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749110" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749110" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749127" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749127" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749134" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749134" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749202" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749202" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749219" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749219" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749226" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749226" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749233" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749233" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749264" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749264" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749950" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749950" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749981" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749981" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991749998" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991749998" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750000" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750000" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750017" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750017" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750024" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750024" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750031" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750031" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750048" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750048" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750055" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750055" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750062" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750062" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750079" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750079" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750086" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750086" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750796" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750796" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750802" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750802" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750819" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750819" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991750826" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991750826" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751083" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751083" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751090" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751090" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751106" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751106" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751113" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751113" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751366" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751366" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751373" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751373" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751380" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751380" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751397" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751397" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751403" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751403" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751427" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751427" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751434" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751434" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751441" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751441" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751458" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751458" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751755" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751755" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751816" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751816" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751823" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751823" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991751847" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991751847" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752325" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752325" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752332" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752332" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752349" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752349" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752356" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752356" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752363" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752363" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752370" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752370" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752387" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752387" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752394" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752394" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752400" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752400" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752523" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752523" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752530" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752530" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752547" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752547" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752554" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752554" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752561" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752561" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752622" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752622" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752639" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752639" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752646" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752646" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752653" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752653" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752776" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752776" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752783" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752783" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752844" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752844" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752851" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752851" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752868" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752868" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752875" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752875" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752967" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752967" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752974" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752974" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752981" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752981" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991752998" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991752998" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753056" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753056" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753063" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753063" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753070" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753070" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753094" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753094" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753100" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753100" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753117" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753117" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753421" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753421" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753438" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753438" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753445" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753445" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753452" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753452" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753797" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753797" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753803" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753803" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753810" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753810" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753827" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753827" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753919" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753919" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753926" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753926" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753933" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753933" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991753940" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991753940" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754138" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754138" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754145" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754145" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754169" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754169" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754206" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754206" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754213" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754213" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754954" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754954" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754961" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754961" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754978" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754978" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991754985" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991754985" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755005" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755005" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755012" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755012" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755029" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755029" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755036" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755036" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755043" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755043" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755050" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755050" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755074" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755074" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991755098" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991755098" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758235" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758235" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758242" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758242" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758259" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758259" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758266" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758266" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758280" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758280" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758297" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758297" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758310" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758310" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758334" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758334" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991758341" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991758341" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991759874" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991759874" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991759904" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991759904" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760443" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760443" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760450" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760450" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760467" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760467" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760474" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760474" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760481" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760481" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760498" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760498" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760511" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760511" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991760528" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991760528" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761303" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761303" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761327" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761327" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761341" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761341" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761365" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761365" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761372" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761372" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761389" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761389" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761402" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761402" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991761426" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991761426" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762287" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762287" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762294" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762294" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762317" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762317" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762331" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762331" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762706" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762706" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762713" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762713" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762737" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762737" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762744" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762744" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762751" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762751" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762775" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762775" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762799" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762799" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762812" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762812" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => "LCO" 2 => "5905991762836" ], types: [ 1 => 2 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_index AS product_index_2, t0.depositor_code AS depositor_code_3, t0.product_code AS product_code_4, t0.description AS description_5, t0.category AS category_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.in_nolimit AS in_nolimit_9 FROM products t0 WHERE t0.depositor_code = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => "LCO" 2 => "5905991762836" ] "types" => [ 1 => 2 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-330/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-330/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 7 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 7 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 8 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 8 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 9 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 9 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 10 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 10 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 11 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 11 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 12 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 12 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 13 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 13 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 14 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 14 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 15 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 15 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 16 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 16 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 17 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 17 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 18 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 18 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 19 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 19 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 20 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 20 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 21 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 21 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 22 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 22 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 23 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 23 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 24 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 24 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 25 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 25 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 26 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 26 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 27 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 27 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 28 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 28 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 29 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 29 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 30 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 30 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 31 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 31 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 32 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 32 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 33 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 33 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 34 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 34 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 35 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 35 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 36 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 36 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 37 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 37 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 38 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 38 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 39 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 39 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 40 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 40 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 41 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 41 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 42 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 42 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 43 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 43 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 44 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 44 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 45 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 45 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 46 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 46 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 47 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 47 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 48 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 48 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 49 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 49 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 50 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 50 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 51 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 51 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 52 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 52 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 53 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 53 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 54 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 54 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 55 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 55 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 56 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 56 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 57 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 57 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 58 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 58 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 59 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 59 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 60 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 60 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 61 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 61 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 62 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 62 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 63 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 63 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 64 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 64 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 65 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 65 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 66 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 66 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 67 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 67 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 68 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 68 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 69 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 69 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 70 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 70 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 71 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 71 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 72 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 72 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 73 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 73 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 74 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 74 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 75 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 75 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 76 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 76 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 77 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 77 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 78 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 78 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 79 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 79 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 80 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 80 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 81 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 81 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 82 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 82 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 83 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 83 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 84 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 84 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 85 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 85 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 86 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 86 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 87 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 87 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 88 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 88 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 89 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 89 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 90 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 90 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 91 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 91 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 92 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 92 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 93 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 93 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 94 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 94 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 95 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 95 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 96 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 96 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 97 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 97 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 98 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 98 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 99 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 99 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 100 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 100 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 101 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 101 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 102 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 102 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 103 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 103 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 104 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 104 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 105 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 105 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 106 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 106 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 107 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 107 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 108 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 108 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 109 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 109 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 110 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 110 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 111 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 111 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 112 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 112 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 113 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 113 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 114 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 114 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 115 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 115 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 116 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 116 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 117 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 117 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 118 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 118 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 119 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 119 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 120 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 120 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 121 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 121 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 122 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 122 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 123 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 123 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 124 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 124 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 125 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 125 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 126 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 126 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 127 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 127 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 128 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 128 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 129 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 129 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 130 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 130 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 131 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 131 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 132 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 132 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 133 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 133 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 134 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 134 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 135 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 135 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 136 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 136 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 137 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 137 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 138 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 138 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 139 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 139 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 140 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 140 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 141 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 141 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 142 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 142 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 143 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 143 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 144 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 144 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 145 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 145 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 146 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 146 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 147 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 147 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 148 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 148 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 149 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 149 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 150 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 150 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 151 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 151 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 152 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 152 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 153 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 153 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 154 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 154 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 155 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 155 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 156 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 156 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 157 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 157 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 158 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 158 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 159 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 159 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 160 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 160 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 161 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 161 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 162 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 162 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 163 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 163 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 164 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 164 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 165 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 165 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 166 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 166 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 167 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 167 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 168 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 168 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 169 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 169 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 170 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 170 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 171 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 171 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 172 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 172 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 173 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 173 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 174 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 174 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 175 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 175 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 176 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 176 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 177 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 177 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 178 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 178 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 179 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 179 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 180 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 180 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 181 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 181 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 182 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 182 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 183 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 183 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 184 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 184 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 185 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 185 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 186 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 186 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 187 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 187 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 188 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 188 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 189 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 189 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 190 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 190 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 191 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 191 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 192 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 192 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 193 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 193 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 194 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 194 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 195 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 195 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 196 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 196 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 197 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 197 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 198 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 198 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 199 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 199 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 200 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 200 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 201 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 201 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 202 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 202 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 203 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 203 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 204 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 204 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 205 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 205 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 206 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 206 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 207 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 207 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 208 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 208 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 209 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 209 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 210 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 210 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 211 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 211 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 212 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 212 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 213 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 213 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 214 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 214 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 215 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 215 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 216 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 216 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 217 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 217 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 218 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 218 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 219 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 219 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 220 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 220 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 221 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 221 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 222 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 222 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 223 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 223 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 224 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 224 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 225 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 225 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 226 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 226 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 227 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 227 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 228 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 228 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 229 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 229 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:29:01" 2 => 230 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:29:01" 2 => 230 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 1 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 1 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 1 2 => "5905991752332" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 1 2 => "5905991752332" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-331/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-331/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 2 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 2 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN12K18BPBE4EB1DRCEK" 3 => 1 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN12K18BPBE4EB1DRCEK" 3 => 1 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 2 2 => "5905991750000" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 2 2 => "5905991750000" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 2 2 => "5905991716914" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 2 2 => "5905991716914" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 2 2 => "5905991760443" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 2 2 => "5905991760443" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 2 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 2 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-332/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-332/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 3 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 3 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 2 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 2 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 3 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 3 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 4 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRN16QQVHRWD7301QXKSC" 3 => 4 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 3 2 => "5905991752332" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 3 2 => "5905991752332" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-333/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-333/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 4 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 4 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN1AQENHVVP75MBPPD5N" 3 => 5 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN1AQENHVVP75MBPPD5N" 3 => 5 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 4 2 => "5905991760511" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 4 2 => "5905991760511" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 4 2 => "5905991760528" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 4 2 => "5905991760528" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 4 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 4 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-334/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-334/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 5 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 5 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN1DT0BA7MTE076PD41G" 3 => 6 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN1DT0BA7MTE076PD41G" 3 => 6 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN1DT0BA7MTE076PD41G" 3 => 7 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN1DT0BA7MTE076PD41G" 3 => 7 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 5 2 => "5905991752332" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 5 2 => "5905991752332" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-335/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-335/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 6 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 6 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN1HPN51N8QHHJT3TYMB" 3 => 8 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN1HPN51N8QHHJT3TYMB" 3 => 8 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 6 2 => "5905991760481" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 6 2 => "5905991760481" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 6 2 => "5905991760498" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 6 2 => "5905991760498" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-336/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-336/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 12:18:57" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 7 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 12:18:57" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 7 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRN1NQYBGSR1J7E6DGGBA" 3 => 9 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRN1NQYBGSR1J7E6DGGBA" 3 => 9 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRN1NQYBGSR1J7E6DGGBA" 3 => 10 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRN1NQYBGSR1J7E6DGGBA" 3 => 10 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 7 2 => "5905991752332" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 7 2 => "5905991752332" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 7 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 7 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-337/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-337/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 8 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 8 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN1RTW8EYPRZS8BM74BT" 3 => 11 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN1RTW8EYPRZS8BM74BT" 3 => 11 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 8 2 => "5905991760481" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 8 2 => "5905991760481" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 8 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 8 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-338/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-338/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 9 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 9 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN1WJ8900JN59FQZZAH4" 3 => 12 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN1WJ8900JN59FQZZAH4" 3 => 12 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 9 2 => "5905991752356" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 9 2 => "5905991752356" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-339/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-339/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 10 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 10 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRN1ZHBX5YQAN5JP2J6PJ" 3 => 13 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRN1ZHBX5YQAN5JP2J6PJ" 3 => 13 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 10 2 => "5905991760474" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 10 2 => "5905991760474" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 10 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 10 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-340/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-340/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 11 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 11 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN22AF1GJ69MC6DA86AT" 3 => 14 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN22AF1GJ69MC6DA86AT" 3 => 14 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 11 2 => "5905991752356" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 11 2 => "5905991752356" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 11 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 11 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-341/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-341/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 12 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 12 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRN26S8ZF5019BRCPMA1G" 3 => 15 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRN26S8ZF5019BRCPMA1G" 3 => 15 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 12 2 => "5905991760474" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 12 2 => "5905991760474" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-342/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-342/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 13 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 13 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN2944BRYXSXV496EJ4D" 3 => 16 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN2944BRYXSXV496EJ4D" 3 => 16 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 13 2 => "5905991760467" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 13 2 => "5905991760467" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 13 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 13 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-343/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-343/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 14 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 14 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "26" 2 => "01KBSPRN2CVCHVJBXT5RS0FFMG" 3 => 17 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "26" 2 => "01KBSPRN2CVCHVJBXT5RS0FFMG" 3 => 17 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 14 2 => "5905991752356" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 14 2 => "5905991752356" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-344/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-344/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 15 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 15 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRN2G8MS5HJY5CKWK8J1W" 3 => 18 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRN2G8MS5HJY5CKWK8J1W" 3 => 18 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 15 2 => "5905991752349" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 15 2 => "5905991752349" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-345/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-345/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 16 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 16 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN2KTRJZRKV8XW836Y48" 3 => 19 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN2KTRJZRKV8XW836Y48" 3 => 19 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 16 2 => "5905991750079" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 16 2 => "5905991750079" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-346/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-346/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 17 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 17 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRN2QZ6CNVABYRP4TZHDG" 3 => 20 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRN2QZ6CNVABYRP4TZHDG" 3 => 20 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 17 2 => "5905991752349" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 17 2 => "5905991752349" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 17 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 17 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-347/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-347/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 18 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 18 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN2TQTAYA7ETGQEMJR0B" 3 => 21 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN2TQTAYA7ETGQEMJR0B" 3 => 21 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 18 2 => "5905991750062" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 18 2 => "5905991750062" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-348/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-348/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 19 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 19 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN2YX1VCSDC9ERX5NBCG" 3 => 22 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN2YX1VCSDC9ERX5NBCG" 3 => 22 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 19 2 => "5905991750062" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 19 2 => "5905991750062" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 19 2 => "5905991750086" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 19 2 => "5905991750086" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 19 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 19 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-349/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-349/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 20 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 20 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRN310TFNH6W51QBFZ5WD" 3 => 23 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRN310TFNH6W51QBFZ5WD" 3 => 23 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRN310TFNH6W51QBFZ5WD" 3 => 24 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRN310TFNH6W51QBFZ5WD" 3 => 24 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 20 2 => "5905991752349" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 20 2 => "5905991752349" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-350/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-350/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 21 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 21 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN35V4RFZE32V7YQK89D" 3 => 25 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN35V4RFZE32V7YQK89D" 3 => 25 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 21 2 => "5905991750055" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 21 2 => "5905991750055" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-351/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-351/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 22 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 22 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN39M46M7P90VC6AZG1Y" 3 => 26 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN39M46M7P90VC6AZG1Y" 3 => 26 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 22 2 => "5905991752325" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 22 2 => "5905991752325" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-352/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-352/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 23 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 23 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN3CW8425T7XF0RS9K7F" 3 => 27 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN3CW8425T7XF0RS9K7F" 3 => 27 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 23 2 => "5905991750055" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 23 2 => "5905991750055" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-353/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-353/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 24 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 24 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRN3G7XX9V5AYMY8S06WM" 3 => 28 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRN3G7XX9V5AYMY8S06WM" 3 => 28 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 24 2 => "5905991752325" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 24 2 => "5905991752325" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-354/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-354/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 25 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 25 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN3MMD9XT4XJ04W3T7NM" 3 => 29 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN3MMD9XT4XJ04W3T7NM" 3 => 29 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 25 2 => "5905991750048" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 25 2 => "5905991750048" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 25 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 25 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-355/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-355/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 26 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 26 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRN3QNJP7JGEYCCH99N5B" 3 => 30 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRN3QNJP7JGEYCCH99N5B" 3 => 30 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 26 2 => "5905991752325" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 26 2 => "5905991752325" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 26 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 26 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-356/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-356/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 27 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 27 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN3VW0M63TDAGP6JTGJF" 3 => 31 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN3VW0M63TDAGP6JTGJF" 3 => 31 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 27 2 => "5905991750031" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 27 2 => "5905991750031" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-357/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-357/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 28 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 28 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN3ZBJAAKXPQMBZFCKKF" 3 => 32 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN3ZBJAAKXPQMBZFCKKF" 3 => 32 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 28 2 => "5905991752332" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 28 2 => "5905991752332" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 28 2 => "5905991752325" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 28 2 => "5905991752325" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 28 2 => "5905991752363" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 28 2 => "5905991752363" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 28 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 28 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-358/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-358/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 29 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 29 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "6" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 33 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "6" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 33 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 34 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 34 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 35 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN42K7A01DBMF8QV1TC3" 3 => 35 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 29 2 => "5905991750031" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 29 2 => "5905991750031" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 29 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 29 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-359/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-359/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 30 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 30 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN47G5HR6VB3NJ6B095H" 3 => 36 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN47G5HR6VB3NJ6B095H" 3 => 36 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 30 2 => "5905991752349" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 30 2 => "5905991752349" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 30 2 => "5905991751847" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 30 2 => "5905991751847" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-360/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-360/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 31 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 31 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRN4BYH8JZDD336RCV1FS" 3 => 37 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRN4BYH8JZDD336RCV1FS" 3 => 37 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "6" 2 => "01KBSPRN4BYH8JZDD336RCV1FS" 3 => 38 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "6" 2 => "01KBSPRN4BYH8JZDD336RCV1FS" 3 => 38 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 31 2 => "5905991750031" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 31 2 => "5905991750031" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 31 2 => "5905991760450" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 31 2 => "5905991760450" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 31 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 31 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-361/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-361/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 32 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 32 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN4F2MCB7Q0T0DGXBETH" 3 => 39 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN4F2MCB7Q0T0DGXBETH" 3 => 39 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN4F2MCB7Q0T0DGXBETH" 3 => 40 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN4F2MCB7Q0T0DGXBETH" 3 => 40 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 32 2 => "5905991751816" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 32 2 => "5905991751816" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 32 2 => "5905991751847" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 32 2 => "5905991751847" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 32 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 32 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-362/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-362/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 33 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 33 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN4MCSMS0K35A8XW3XY2" 3 => 41 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN4MCSMS0K35A8XW3XY2" 3 => 41 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRN4MCSMS0K35A8XW3XY2" 3 => 42 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRN4MCSMS0K35A8XW3XY2" 3 => 42 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 33 2 => "5905991751823" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 33 2 => "5905991751823" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-363/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-363/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 34 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 34 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRN4R1ZWY8K80ZD49QYXZ" 3 => 43 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRN4R1ZWY8K80ZD49QYXZ" 3 => 43 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 34 2 => "5905991752387" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 34 2 => "5905991752387" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 34 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 34 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-364/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-364/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 35 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 35 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN4WSJ42CK8AD05S3H3W" 3 => 44 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN4WSJ42CK8AD05S3H3W" 3 => 44 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 35 2 => "5905991752387" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 35 2 => "5905991752387" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 35 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 35 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-365/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-365/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 36 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 36 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN506D7216FEKZXDTH3C" 3 => 45 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN506D7216FEKZXDTH3C" 3 => 45 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 36 2 => "5905991752387" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 36 2 => "5905991752387" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-366/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-366/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 37 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 37 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN545NX8DHF2RJN3WE4Q" 3 => 46 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN545NX8DHF2RJN3WE4Q" 3 => 46 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 37 2 => "5905991750017" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 37 2 => "5905991750017" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 37 2 => "5905991749998" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 37 2 => "5905991749998" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 37 2 => "5905991750024" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 37 2 => "5905991750024" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 37 2 => "5905991749950" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 37 2 => "5905991749950" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 37 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 37 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-367/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-367/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 38 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 38 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 47 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 47 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 48 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 48 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 49 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 49 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 50 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRN58TH7D7N6GYQA395YE" 3 => 50 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 38 2 => "5905991752400" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 38 2 => "5905991752400" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 38 2 => "5905991752387" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 38 2 => "5905991752387" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 38 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-368/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-368/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 39 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 39 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRN5D11CRR38VPY0QS5CM" 3 => 51 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRN5D11CRR38VPY0QS5CM" 3 => 51 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN5D11CRR38VPY0QS5CM" 3 => 52 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN5D11CRR38VPY0QS5CM" 3 => 52 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 39 2 => "5905991750000" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 39 2 => "5905991750000" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-369/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-369/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 40 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 40 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRN5JNSYTXRS15TTGKPRM" 3 => 53 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRN5JNSYTXRS15TTGKPRM" 3 => 53 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 40 2 => "5905991749981" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 40 2 => "5905991749981" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 40 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 40 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-370/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-370/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 41 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 41 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN5PRPYWJEYBJ8BQ5AB2" 3 => 54 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN5PRPYWJEYBJ8BQ5AB2" 3 => 54 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 41 2 => "5905991752400" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 41 2 => "5905991752400" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 41 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 41 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-371/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-371/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 42 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 42 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRN5SPVP8J3VRGPZ185R5" 3 => 55 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRN5SPVP8J3VRGPZ185R5" 3 => 55 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 42 2 => "5905991755036" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 42 2 => "5905991755036" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 42 2 => "5905991755043" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 42 2 => "5905991755043" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 42 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 42 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-372/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-372/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 43 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 43 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN5XP2BM9ATDA78140GA" 3 => 56 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN5XP2BM9ATDA78140GA" 3 => 56 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRN5XP2BM9ATDA78140GA" 3 => 57 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRN5XP2BM9ATDA78140GA" 3 => 57 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 43 2 => "5905991752394" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 43 2 => "5905991752394" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 43 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 43 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-373/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-373/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 44 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 44 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN62J8A7HAJ9REF4BJYV" 3 => 58 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN62J8A7HAJ9REF4BJYV" 3 => 58 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 44 2 => "5905991755074" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 44 2 => "5905991755074" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 44 2 => "5905991755050" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 44 2 => "5905991755050" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 44 2 => "5905991755036" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 44 2 => "5905991755036" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 44 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 44 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-374/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-374/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 45 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 45 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 59 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 59 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 60 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 60 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 61 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRN660KGE2AH4QR5653YH" 3 => 61 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 45 2 => "5905991752394" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 45 2 => "5905991752394" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-375/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-375/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 46 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 46 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN6BGXZ6WJWRF7252858" 3 => 62 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN6BGXZ6WJWRF7252858" 3 => 62 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 46 2 => "5905991755074" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 46 2 => "5905991755074" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 46 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 46 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-376/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-376/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 47 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 47 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRN6FRXW1DKB1YANNVCPB" 3 => 63 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRN6FRXW1DKB1YANNVCPB" 3 => 63 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 47 2 => "5905991752370" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 47 2 => "5905991752370" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 47 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 47 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-377/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-377/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 48 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 48 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN6KJM7V8MQ67TMJ0P3Y" 3 => 64 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN6KJM7V8MQ67TMJ0P3Y" 3 => 64 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 48 2 => "5905991755098" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 48 2 => "5905991755098" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 48 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 48 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-378/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-378/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 49 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 49 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRN6R8DE94VYPSG4N50C4" 3 => 65 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRN6R8DE94VYPSG4N50C4" 3 => 65 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 49 2 => "5905991752370" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 49 2 => "5905991752370" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 49 2 => "5905991752394" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 49 2 => "5905991752394" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 49 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 49 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-379/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-379/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 50 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 50 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRN6WMTHVA15ZYB9CYN1J" 3 => 66 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRN6WMTHVA15ZYB9CYN1J" 3 => 66 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "5" 2 => "01KBSPRN6WMTHVA15ZYB9CYN1J" 3 => 67 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "5" 2 => "01KBSPRN6WMTHVA15ZYB9CYN1J" 3 => 67 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 50 2 => "5905991755074" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 50 2 => "5905991755074" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 50 2 => "5905991755098" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 50 2 => "5905991755098" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 50 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 50 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-380/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-380/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 51 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 51 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRN72D5WV3VFW19S0Y00S" 3 => 68 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRN72D5WV3VFW19S0Y00S" 3 => 68 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRN72D5WV3VFW19S0Y00S" 3 => 69 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRN72D5WV3VFW19S0Y00S" 3 => 69 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 51 2 => "5905991752530" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 51 2 => "5905991752530" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-381/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-381/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 52 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 52 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRN779N13GR1GHC6MD6TT" 3 => 70 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRN779N13GR1GHC6MD6TT" 3 => 70 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 52 2 => "5905991752530" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 52 2 => "5905991752530" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 52 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 52 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-382/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-382/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 53 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 53 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "28" 2 => "01KBSPRN7CK36WT0WJBRV77GMS" 3 => 71 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "28" 2 => "01KBSPRN7CK36WT0WJBRV77GMS" 3 => 71 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 53 2 => "5905991754985" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 53 2 => "5905991754985" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 53 2 => "5905991754961" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 53 2 => "5905991754961" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 53 2 => "5905991755029" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 53 2 => "5905991755029" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 53 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 53 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-383/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-383/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 54 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 54 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 72 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 72 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 73 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 73 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 74 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRN7KQKPAEBWQVBV0TXYR" 3 => 74 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 54 2 => "5905991752561" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 54 2 => "5905991752561" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 54 2 => "5905991752554" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 54 2 => "5905991752554" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 54 2 => "5905991752523" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 54 2 => "5905991752523" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 54 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 54 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-384/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-384/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 55 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 55 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 75 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 75 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 76 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 76 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 77 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRN7SC5KRH0CXH974FV6J" 3 => 77 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 55 2 => "5905991754978" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 55 2 => "5905991754978" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 55 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 55 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-385/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-385/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 56 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 56 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRN80HQFCNQ871BCBX8HV" 3 => 78 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRN80HQFCNQ871BCBX8HV" 3 => 78 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 56 2 => "5905991752547" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 56 2 => "5905991752547" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 56 2 => "5905991752530" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 56 2 => "5905991752530" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 56 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 56 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-386/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-386/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 57 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 57 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRN85KNKMPREY1TK8EV34" 3 => 79 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRN85KNKMPREY1TK8EV34" 3 => 79 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN85KNKMPREY1TK8EV34" 3 => 80 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN85KNKMPREY1TK8EV34" 3 => 80 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 57 2 => "5905991755012" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 57 2 => "5905991755012" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-387/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-387/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 58 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 58 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN8AZNPFGHG657KTGV84" 3 => 81 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN8AZNPFGHG657KTGV84" 3 => 81 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 58 2 => "5905991755012" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 58 2 => "5905991755012" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 58 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 58 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-388/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-388/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 59 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 59 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN8ENEC2CMMS2CCZ8V1Q" 3 => 82 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN8ENEC2CMMS2CCZ8V1Q" 3 => 82 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 59 2 => "5905991755005" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 59 2 => "5905991755005" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 59 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 59 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-389/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-389/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 60 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 60 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN8KPNDXB3MMMC4Q3996" 3 => 83 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN8KPNDXB3MMMC4Q3996" 3 => 83 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 60 2 => "5905991754206" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 60 2 => "5905991754206" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 60 2 => "5905991754169" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 60 2 => "5905991754169" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 60 2 => "5905991754213" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 60 2 => "5905991754213" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 60 2 => "5905991754145" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 60 2 => "5905991754145" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 60 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 60 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-390/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-390/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 61 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 61 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "48" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 84 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "48" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 84 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 85 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 85 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "26" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 86 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "26" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 86 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "29" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 87 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "29" 2 => "01KBSPRN8RN6RRH7EHGC5X729D" 3 => 87 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 61 2 => "5905991755005" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 61 2 => "5905991755005" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 61 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 61 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-391/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-391/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 62 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 62 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN8Y5R0QYC938QMGW5K8" 3 => 88 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN8Y5R0QYC938QMGW5K8" 3 => 88 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 62 2 => "5905991754138" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 62 2 => "5905991754138" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 62 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 62 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-392/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-392/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 63 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 63 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "38" 2 => "01KBSPRN93VW8S6BFJVTB16GPP" 3 => 89 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "38" 2 => "01KBSPRN93VW8S6BFJVTB16GPP" 3 => 89 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 63 2 => "5905991755005" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 63 2 => "5905991755005" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-393/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-393/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 64 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 64 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN98KPJX71B3C92R95QG" 3 => 90 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN98KPJX71B3C92R95QG" 3 => 90 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 64 2 => "5905991752783" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 64 2 => "5905991752783" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 64 2 => "5905991752776" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 64 2 => "5905991752776" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 64 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 64 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-394/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-394/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 65 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 65 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRN9CN79JKH1H8SJR2202" 3 => 91 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRN9CN79JKH1H8SJR2202" 3 => 91 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRN9CN79JKH1H8SJR2202" 3 => 92 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRN9CN79JKH1H8SJR2202" 3 => 92 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 65 2 => "5905991755005" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 65 2 => "5905991755005" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 65 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 65 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-395/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-395/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 66 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 66 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRN9J68D61CXJECYAHQB6" 3 => 93 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRN9J68D61CXJECYAHQB6" 3 => 93 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 66 2 => "5905991752646" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 66 2 => "5905991752646" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-396/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-396/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 67 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 67 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "29" 2 => "01KBSPRN9PMHNTWKP1Y4BR31AJ" 3 => 94 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "29" 2 => "01KBSPRN9PMHNTWKP1Y4BR31AJ" 3 => 94 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 67 2 => "5905991759904" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 67 2 => "5905991759904" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 67 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 67 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-397/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-397/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 68 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 68 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRN9VCK5CAABAFRY2XC0V" 3 => 95 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRN9VCK5CAABAFRY2XC0V" 3 => 95 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 68 2 => "5905991752622" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 68 2 => "5905991752622" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 68 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 68 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-398/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-398/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 69 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 69 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRNA0JS49JPE9Y3RDSHVP" 3 => 96 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRNA0JS49JPE9Y3RDSHVP" 3 => 96 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 69 2 => "5905991752653" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 69 2 => "5905991752653" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 69 2 => "5905991752622" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 69 2 => "5905991752622" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-399/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-399/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 70 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 70 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRNA5DW91VY9E6KPK70GR" 3 => 97 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRNA5DW91VY9E6KPK70GR" 3 => 97 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNA5DW91VY9E6KPK70GR" 3 => 98 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNA5DW91VY9E6KPK70GR" 3 => 98 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 70 2 => "5905991759874" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 70 2 => "5905991759874" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 70 2 => "5905991754954" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 70 2 => "5905991754954" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 70 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 70 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-400/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-400/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 71 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 71 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRNAA96V6GC2939MC508T" 3 => 99 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRNAA96V6GC2939MC508T" 3 => 99 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRNAA96V6GC2939MC508T" 3 => 100 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRNAA96V6GC2939MC508T" 3 => 100 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 71 2 => "5905991752639" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 71 2 => "5905991752639" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 71 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 71 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-401/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-401/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 72 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 72 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNAFSYAAKEGB5J5AQSJN" 3 => 101 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNAFSYAAKEGB5J5AQSJN" 3 => 101 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 72 2 => "5905991758310" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 72 2 => "5905991758310" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-402/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-402/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 73 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 73 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNAMETREYPTM84W31HJX" 3 => 102 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNAMETREYPTM84W31HJX" 3 => 102 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 73 2 => "5905991758310" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 73 2 => "5905991758310" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 73 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 73 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-403/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-403/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 74 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 74 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRNAS9YM5FKQ765355VBV" 3 => 103 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRNAS9YM5FKQ765355VBV" 3 => 103 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 74 2 => "5905991758297" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 74 2 => "5905991758297" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 74 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 74 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-404/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-404/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 75 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 75 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNAYTP6R4HCN58QJMZWW" 3 => 104 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNAYTP6R4HCN58QJMZWW" 3 => 104 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 75 2 => "5905991758297" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 75 2 => "5905991758297" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-405/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-405/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 76 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 76 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRNB3EP3A5MC320W8WM82" 3 => 105 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRNB3EP3A5MC320W8WM82" 3 => 105 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 76 2 => "5905991758297" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 76 2 => "5905991758297" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 76 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 76 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-406/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-406/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 77 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 77 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNB8XB917PN7AGG60QS0" 3 => 106 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNB8XB917PN7AGG60QS0" 3 => 106 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 77 2 => "5905991758297" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 77 2 => "5905991758297" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 77 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 77 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-407/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-407/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 78 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 78 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNBD95CXN41VX7DW2DQ7" 3 => 107 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNBD95CXN41VX7DW2DQ7" 3 => 107 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 78 2 => "5905991758266" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 78 2 => "5905991758266" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-408/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-408/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 79 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 79 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNBJEVR27SZB70S62XK9" 3 => 108 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNBJEVR27SZB70S62XK9" 3 => 108 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 79 2 => "5905991758341" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 79 2 => "5905991758341" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 79 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 79 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-409/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-409/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 80 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 80 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRNBQRSN26PBB9TEMTADW" 3 => 109 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRNBQRSN26PBB9TEMTADW" 3 => 109 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 80 2 => "5905991758341" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 80 2 => "5905991758341" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 80 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 80 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-410/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-410/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 81 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 81 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRNBVASAXJKHXMSTK0HAV" 3 => 110 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRNBVASAXJKHXMSTK0HAV" 3 => 110 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 81 2 => "5905991758235" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 81 2 => "5905991758235" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 81 2 => "5905991758242" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 81 2 => "5905991758242" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-411/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-411/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 82 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 82 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNC06A7Z9DQD2J98S7TN" 3 => 111 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNC06A7Z9DQD2J98S7TN" 3 => 111 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRNC06A7Z9DQD2J98S7TN" 3 => 112 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRNC06A7Z9DQD2J98S7TN" 3 => 112 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 82 2 => "5905991758334" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 82 2 => "5905991758334" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 82 2 => "5905991758235" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 82 2 => "5905991758235" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 82 2 => "5905991758259" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 82 2 => "5905991758259" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 82 2 => "5905991758280" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 82 2 => "5905991758280" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 82 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 82 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-412/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-412/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 83 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 83 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 113 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 113 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 114 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 114 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 115 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 115 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 116 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRNC5RJA13Y28GR785BYP" 3 => 116 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 83 2 => "5905991762799" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 83 2 => "5905991762799" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 83 2 => "5905991762836" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 83 2 => "5905991762836" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 83 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 83 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-413/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-413/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 84 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 84 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRNCCCFBBQ38W3QKBMCQM" 3 => 117 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRNCCCFBBQ38W3QKBMCQM" 3 => 117 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNCCCFBBQ38W3QKBMCQM" 3 => 118 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNCCCFBBQ38W3QKBMCQM" 3 => 118 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 84 2 => "5905991762775" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 84 2 => "5905991762775" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-414/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-414/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 85 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 85 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRNCJ8MD2F2JH6TXFFX34" 3 => 119 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRNCJ8MD2F2JH6TXFFX34" 3 => 119 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 85 2 => "5905991762775" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 85 2 => "5905991762775" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 85 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 85 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-415/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-415/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 86 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 86 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRNCQ20ANE8FFRFVD861Y" 3 => 120 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRNCQ20ANE8FFRFVD861Y" 3 => 120 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 86 2 => "5905991762737" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 86 2 => "5905991762737" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 86 2 => "5905991762775" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 86 2 => "5905991762775" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 86 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-416/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-416/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 87 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 87 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRNCWN6ZZY1E47P4TM9M1" 3 => 121 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRNCWN6ZZY1E47P4TM9M1" 3 => 121 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "5" 2 => "01KBSPRNCWN6ZZY1E47P4TM9M1" 3 => 122 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "5" 2 => "01KBSPRNCWN6ZZY1E47P4TM9M1" 3 => 122 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 87 2 => "5905991762751" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 87 2 => "5905991762751" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-417/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-417/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 88 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 88 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRND12PWD9PYSB83QFF3G" 3 => 123 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRND12PWD9PYSB83QFF3G" 3 => 123 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 88 2 => "5905991762751" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 88 2 => "5905991762751" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 88 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-418/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-418/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 89 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 89 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRND60BEC4J3BQ4WCYE7Q" 3 => 124 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRND60BEC4J3BQ4WCYE7Q" 3 => 124 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 89 2 => "5905991762737" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 89 2 => "5905991762737" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-420/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-420/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 90 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 90 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRNDBGRKPKSS7CSBZ0PP7" 3 => 125 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRNDBGRKPKSS7CSBZ0PP7" 3 => 125 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 90 2 => "5905991761426" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 90 2 => "5905991761426" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 90 2 => "5905991761402" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 90 2 => "5905991761402" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 90 2 => "5905991762812" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 90 2 => "5905991762812" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 90 2 => "5905991762744" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 90 2 => "5905991762744" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-421/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-421/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 91 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 91 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 126 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 126 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 127 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 127 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "5" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 128 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "5" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 128 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 129 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNDH9RNAGD9ZAHHEN8ZB" 3 => 129 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 91 2 => "5905991762713" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 91 2 => "5905991762713" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 91 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 91 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-422/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-422/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 92 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 92 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNDR135SAJ7SMMB061FE" 3 => 130 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNDR135SAJ7SMMB061FE" 3 => 130 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 92 2 => "5905991762706" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 92 2 => "5905991762706" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 92 2 => "5905991762713" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 92 2 => "5905991762713" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-423/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-423/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 93 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 93 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRNDX567X5WQ54FBE14SS" 3 => 131 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRNDX567X5WQ54FBE14SS" 3 => 131 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNDX567X5WQ54FBE14SS" 3 => 132 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNDX567X5WQ54FBE14SS" 3 => 132 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 93 2 => "5905991761389" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 93 2 => "5905991761389" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-425/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-425/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 94 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 94 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNE362ZGBY1BK8MTV26D" 3 => 133 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNE362ZGBY1BK8MTV26D" 3 => 133 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 94 2 => "5905991762287" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 94 2 => "5905991762287" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 94 2 => "5905991761365" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 94 2 => "5905991761365" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 94 2 => "5905991761372" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 94 2 => "5905991761372" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 94 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-426/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-426/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 95 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 95 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 134 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 134 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 135 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 135 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 136 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNE9ZM5QAD4XQE9QCWKK" 3 => 136 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 95 2 => "5905991761341" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 95 2 => "5905991761341" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 95 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-427/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-427/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 96 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 96 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRNEFPY9KS3XXYFR5JCH4" 3 => 137 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRNEFPY9KS3XXYFR5JCH4" 3 => 137 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 96 2 => "5905991761327" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 96 2 => "5905991761327" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-428/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-428/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 97 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 97 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "41" 2 => "01KBSPRNENF19QSJAJWPMF110N" 3 => 138 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "41" 2 => "01KBSPRNENF19QSJAJWPMF110N" 3 => 138 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 97 2 => "5905991762331" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 97 2 => "5905991762331" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 97 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 97 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-429/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-429/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 98 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 98 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRNETGTNQRXY1AXW7ZS8Z" 3 => 139 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRNETGTNQRXY1AXW7ZS8Z" 3 => 139 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 98 2 => "5905991762294" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 98 2 => "5905991762294" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 98 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 98 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-430/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-430/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 99 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 99 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNEZJ80927AXA131KA72" 3 => 140 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNEZJ80927AXA131KA72" 3 => 140 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 99 2 => "5905991762317" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 99 2 => "5905991762317" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 99 2 => "5905991761303" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 99 2 => "5905991761303" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 99 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 99 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-431/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-431/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 100 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 100 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRNF4636AWA2Z8A7Q8NZF" 3 => 141 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRNF4636AWA2Z8A7Q8NZF" 3 => 141 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNF4636AWA2Z8A7Q8NZF" 3 => 142 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNF4636AWA2Z8A7Q8NZF" 3 => 142 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 100 2 => "5905991746546" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 100 2 => "5905991746546" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-432/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-432/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 101 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 101 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNFASJT3DRJBHW8VE2JC" 3 => 143 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNFASJT3DRJBHW8VE2JC" 3 => 143 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 101 2 => "5905991746560" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 101 2 => "5905991746560" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 101 2 => "5905991746546" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 101 2 => "5905991746546" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-433/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-433/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 102 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 102 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRNFF12CPFY4N73A3WCNE" 3 => 144 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRNFF12CPFY4N73A3WCNE" 3 => 144 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRNFF12CPFY4N73A3WCNE" 3 => 145 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRNFF12CPFY4N73A3WCNE" 3 => 145 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 102 2 => "5905991746560" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 102 2 => "5905991746560" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-434/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-434/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 103 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 103 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNFN8P5TPJTNSPXQX4AC" 3 => 146 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNFN8P5TPJTNSPXQX4AC" 3 => 146 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 103 2 => "5905991746560" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 103 2 => "5905991746560" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-435/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-435/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 104 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 104 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNFVAV62MKTPJ48Q5T3K" 3 => 147 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNFVAV62MKTPJ48Q5T3K" 3 => 147 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 104 2 => "5905991752981" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 104 2 => "5905991752981" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 104 2 => "5905991752998" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 104 2 => "5905991752998" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-436/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-436/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 105 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 105 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "28" 2 => "01KBSPRNG0FZK0C9004DCZ2PZD" 3 => 148 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "28" 2 => "01KBSPRNG0FZK0C9004DCZ2PZD" 3 => 148 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRNG0FZK0C9004DCZ2PZD" 3 => 149 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRNG0FZK0C9004DCZ2PZD" 3 => 149 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 105 2 => "5905991752974" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 105 2 => "5905991752974" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 105 2 => "5905991752981" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 105 2 => "5905991752981" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-437/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-437/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 106 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 106 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRNG7CAKMCHV5E8G5BAK3" 3 => 150 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRNG7CAKMCHV5E8G5BAK3" 3 => 150 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNG7CAKMCHV5E8G5BAK3" 3 => 151 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNG7CAKMCHV5E8G5BAK3" 3 => 151 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 106 2 => "5905991752974" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 106 2 => "5905991752974" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-438/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-438/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 107 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 107 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRNGDBX0V7YPMXJWQXF49" 3 => 152 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRNGDBX0V7YPMXJWQXF49" 3 => 152 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 107 2 => "5905991752974" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 107 2 => "5905991752974" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-439/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-439/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 108 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 108 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNGKD5N9ZTSJNZVP22Q1" 3 => 153 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNGKD5N9ZTSJNZVP22Q1" 3 => 153 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 108 2 => "5905991753094" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 108 2 => "5905991753094" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 108 2 => "5905991752974" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 108 2 => "5905991752974" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 108 2 => "5905991752967" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 108 2 => "5905991752967" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-440/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-440/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 109 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 109 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "5" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 154 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "5" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 154 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 155 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 155 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "27" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 156 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "27" 2 => "01KBSPRNGS2MQMQT1W57NGBMM5" 3 => 156 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 109 2 => "5905991752844" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 109 2 => "5905991752844" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 109 2 => "5905991753094" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 109 2 => "5905991753094" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-441/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-441/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 110 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 110 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRNH0AD33FEB9SS8NBW93" 3 => 157 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRNH0AD33FEB9SS8NBW93" 3 => 157 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRNH0AD33FEB9SS8NBW93" 3 => 158 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRNH0AD33FEB9SS8NBW93" 3 => 158 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 110 2 => "5905991752844" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 110 2 => "5905991752844" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-442/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-442/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 111 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 111 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNH7T9G6KRPPWE6PXNMA" 3 => 159 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNH7T9G6KRPPWE6PXNMA" 3 => 159 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 111 2 => "5905991752868" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 111 2 => "5905991752868" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-443/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-443/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 112 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 112 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "35" 2 => "01KBSPRNHCZJQQ3VRPECP1VJ71" 3 => 160 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "35" 2 => "01KBSPRNHCZJQQ3VRPECP1VJ71" 3 => 160 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 112 2 => "5905991752851" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 112 2 => "5905991752851" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 112 2 => "5905991752868" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 112 2 => "5905991752868" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-444/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-444/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 113 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 113 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNHJP32RSDFJEK90X0WY" 3 => 161 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNHJP32RSDFJEK90X0WY" 3 => 161 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRNHJP32RSDFJEK90X0WY" 3 => 162 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRNHJP32RSDFJEK90X0WY" 3 => 162 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 113 2 => "5905991752875" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 113 2 => "5905991752875" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 113 2 => "5905991752851" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 113 2 => "5905991752851" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-445/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-445/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 114 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 114 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNHSHF8B1R8C1TP8SEEE" 3 => 163 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNHSHF8B1R8C1TP8SEEE" 3 => 163 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRNHSHF8B1R8C1TP8SEEE" 3 => 164 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRNHSHF8B1R8C1TP8SEEE" 3 => 164 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 114 2 => "5905991746553" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 114 2 => "5905991746553" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-446/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-446/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 115 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 115 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "27" 2 => "01KBSPRNHZRHHVZZQ813ZHW8J7" 3 => 165 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "27" 2 => "01KBSPRNHZRHHVZZQ813ZHW8J7" 3 => 165 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 115 2 => "5905991746553" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 115 2 => "5905991746553" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-447/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-447/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 116 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 116 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRNJ5SH8QFE8QXP6D6VKD" 3 => 166 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRNJ5SH8QFE8QXP6D6VKD" 3 => 166 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 116 2 => "5905991753117" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 116 2 => "5905991753117" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 116 2 => "5905991746553" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 116 2 => "5905991746553" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-448/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-448/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 117 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 117 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNJAHJPG9RW5ZHQP4TSY" 3 => 167 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNJAHJPG9RW5ZHQP4TSY" 3 => 167 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRNJAHJPG9RW5ZHQP4TSY" 3 => 168 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRNJAHJPG9RW5ZHQP4TSY" 3 => 168 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 117 2 => "5905991746577" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 117 2 => "5905991746577" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-449/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-449/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 118 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 118 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNJHJNVANRY7NJ08FD3S" 3 => 169 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNJHJNVANRY7NJ08FD3S" 3 => 169 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 118 2 => "5905991753100" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 118 2 => "5905991753100" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-450/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-450/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 119 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 119 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNJQZVSF8MX2HKYEP7PD" 3 => 170 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNJQZVSF8MX2HKYEP7PD" 3 => 170 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 119 2 => "5905991751090" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 119 2 => "5905991751090" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 119 2 => "5905991748700" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 119 2 => "5905991748700" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-451/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-451/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 120 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 120 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRNJXC47GMA38H3YP5B1N" 3 => 171 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRNJXC47GMA38H3YP5B1N" 3 => 171 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRNJXC47GMA38H3YP5B1N" 3 => 172 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRNJXC47GMA38H3YP5B1N" 3 => 172 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 120 2 => "5905991751090" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 120 2 => "5905991751090" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-452/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-452/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 121 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 121 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "39" 2 => "01KBSPRNK37NHJHBX1C1PYT3QG" 3 => 173 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "39" 2 => "01KBSPRNK37NHJHBX1C1PYT3QG" 3 => 173 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 121 2 => "5905991751090" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 121 2 => "5905991751090" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-453/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-453/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 122 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 122 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "39" 2 => "01KBSPRNKA6DS7ZYE1RN76ZZPT" 3 => 174 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "39" 2 => "01KBSPRNKA6DS7ZYE1RN76ZZPT" 3 => 174 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 122 2 => "5905991751083" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 122 2 => "5905991751083" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-454/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-454/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 123 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 123 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRNKGXG3H3AB2T828Y6AW" 3 => 175 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRNKGXG3H3AB2T828Y6AW" 3 => 175 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 123 2 => "5905991751113" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 123 2 => "5905991751113" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 123 2 => "5905991748724" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 123 2 => "5905991748724" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 123 2 => "5905991751083" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 123 2 => "5905991751083" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-455/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-455/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 124 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 124 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 176 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 176 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 177 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 177 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 178 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNKP5MM5R077AXV2HTFZ" 3 => 178 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 124 2 => "5905991751113" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 124 2 => "5905991751113" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-456/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-456/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 125 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 125 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "39" 2 => "01KBSPRNKYQ09XV6034MG6CJFM" 3 => 179 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "39" 2 => "01KBSPRNKYQ09XV6034MG6CJFM" 3 => 179 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 125 2 => "5905991751106" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 125 2 => "5905991751106" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 125 2 => "5905991748731" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 125 2 => "5905991748731" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 125 2 => "5905991748717" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 125 2 => "5905991748717" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-457/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-457/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 126 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 126 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "27" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 180 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "27" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 180 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 181 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 181 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 182 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNM4AHF5T03EQK1KTXBJ" 3 => 182 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 126 2 => "5905991751106" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 126 2 => "5905991751106" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-458/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-458/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 127 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 127 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "39" 2 => "01KBSPRNMBKNJYBXPXD6K17TF0" 3 => 183 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "39" 2 => "01KBSPRNMBKNJYBXPXD6K17TF0" 3 => 183 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 127 2 => "5905991751441" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 127 2 => "5905991751441" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 127 2 => "5905991751755" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 127 2 => "5905991751755" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-459/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-459/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 128 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 128 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNMHEH9FWKW0DK21F86W" 3 => 184 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNMHEH9FWKW0DK21F86W" 3 => 184 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNMHEH9FWKW0DK21F86W" 3 => 185 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNMHEH9FWKW0DK21F86W" 3 => 185 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 128 2 => "5905991751427" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 128 2 => "5905991751427" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 128 2 => "5905991751434" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 128 2 => "5905991751434" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-460/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-460/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 129 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 129 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRNMRHP6EWE6QMC15W5A4" 3 => 186 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRNMRHP6EWE6QMC15W5A4" 3 => 186 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRNMRHP6EWE6QMC15W5A4" 3 => 187 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRNMRHP6EWE6QMC15W5A4" 3 => 187 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 129 2 => "5905991751434" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 129 2 => "5905991751434" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-461/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-461/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 130 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 130 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRNMZCXBNQ2Y5Z86S986C" 3 => 188 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRNMZCXBNQ2Y5Z86S986C" 3 => 188 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 130 2 => "5905991751441" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 130 2 => "5905991751441" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-462/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-462/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 131 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 131 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRNN6JEMBMQ4HRXDPQ9JK" 3 => 189 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRNN6JEMBMQ4HRXDPQ9JK" 3 => 189 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 131 2 => "5905991751458" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 131 2 => "5905991751458" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-463/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-463/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 132 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 132 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNNCZBDFHADJ0K7EACGN" 3 => 190 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNNCZBDFHADJ0K7EACGN" 3 => 190 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 132 2 => "5905991751427" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 132 2 => "5905991751427" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-464/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-464/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 133 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 133 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRNNJG0P2MGNK99RZFF7K" 3 => 191 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRNNJG0P2MGNK99RZFF7K" 3 => 191 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 133 2 => "5905991753933" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 133 2 => "5905991753933" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-465/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-465/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 134 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 134 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "85" 2 => "01KBSPRNNRTK71GT7KHQNE29HM" 3 => 192 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "85" 2 => "01KBSPRNNRTK71GT7KHQNE29HM" 3 => 192 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 134 2 => "5905991753926" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 134 2 => "5905991753926" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 134 2 => "5905991753919" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 134 2 => "5905991753919" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 134 2 => "5905991753803" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 134 2 => "5905991753803" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-466/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-466/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 135 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 135 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "28" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 193 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "28" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 193 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 194 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 194 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "59" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 195 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "59" 2 => "01KBSPRNNY83QK0BWC6QCH02WP" 3 => 195 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 135 2 => "5905991751427" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 135 2 => "5905991751427" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-467/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-467/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 136 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 136 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRNP6ZVQ8CQS14C5XQ6RD" 3 => 196 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRNP6ZVQ8CQS14C5XQ6RD" 3 => 196 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 136 2 => "5905991753926" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 136 2 => "5905991753926" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-468/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-468/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 137 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 137 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "100" 2 => "01KBSPRNPC70CFQS3Q3MCTKST8" 3 => 197 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "100" 2 => "01KBSPRNPC70CFQS3Q3MCTKST8" 3 => 197 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 137 2 => "5905991751403" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 137 2 => "5905991751403" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-469/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-469/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 138 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 138 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "28" 2 => "01KBSPRNPJ0JD00QVE9323QFEC" 3 => 198 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "28" 2 => "01KBSPRNPJ0JD00QVE9323QFEC" 3 => 198 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 138 2 => "5905991751366" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 138 2 => "5905991751366" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-470/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-470/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 139 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 139 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRNPSZKV1MJGS1P0NP94B" 3 => 199 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRNPSZKV1MJGS1P0NP94B" 3 => 199 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 139 2 => "5905991753940" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 139 2 => "5905991753940" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-471/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-471/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 140 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 140 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "79" 2 => "01KBSPRNPZNC1QNYJBB0P3208A" 3 => 200 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "79" 2 => "01KBSPRNPZNC1QNYJBB0P3208A" 3 => 200 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 140 2 => "5905991751380" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 140 2 => "5905991751380" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 140 2 => "5905991751397" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 140 2 => "5905991751397" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-472/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-472/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 141 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 141 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNQ73S5NKFEK8Y5DZERV" 3 => 201 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNQ73S5NKFEK8Y5DZERV" 3 => 201 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNQ73S5NKFEK8Y5DZERV" 3 => 202 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNQ73S5NKFEK8Y5DZERV" 3 => 202 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 141 2 => "5905991751373" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 141 2 => "5905991751373" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 141 2 => "5905991751366" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 141 2 => "5905991751366" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-473/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-473/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 142 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 142 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRNQEDJBJMS7P9GT7SDKT" 3 => 203 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRNQEDJBJMS7P9GT7SDKT" 3 => 203 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRNQEDJBJMS7P9GT7SDKT" 3 => 204 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRNQEDJBJMS7P9GT7SDKT" 3 => 204 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 142 2 => "5905991751373" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 142 2 => "5905991751373" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-474/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-474/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 143 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 143 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRNQNGZQTC2QES75WWXQA" 3 => 205 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRNQNGZQTC2QES75WWXQA" 3 => 205 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 143 2 => "5905991753797" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 143 2 => "5905991753797" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-475/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-475/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 144 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 144 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "74" 2 => "01KBSPRNQWXDYA6BK0SNW7TZ6P" 3 => 206 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "74" 2 => "01KBSPRNQWXDYA6BK0SNW7TZ6P" 3 => 206 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 144 2 => "5905991751380" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 144 2 => "5905991751380" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-476/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-476/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 145 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 145 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRNR38SYKS6S0RXSB6DAF" 3 => 207 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRNR38SYKS6S0RXSB6DAF" 3 => 207 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 145 2 => "5905991748953" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 145 2 => "5905991748953" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 145 2 => "5905991748977" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 145 2 => "5905991748977" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-477/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-477/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 146 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 146 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "24" 2 => "01KBSPRNRA67JCQ3JM42Z36ZMA" 3 => 208 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "24" 2 => "01KBSPRNRA67JCQ3JM42Z36ZMA" 3 => 208 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRNRA67JCQ3JM42Z36ZMA" 3 => 209 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRNRA67JCQ3JM42Z36ZMA" 3 => 209 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 146 2 => "5905991751397" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 146 2 => "5905991751397" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-478/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-478/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 147 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 147 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRNRH7B3SYYCXH5T5PNZ2" 3 => 210 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRNRH7B3SYYCXH5T5PNZ2" 3 => 210 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 147 2 => "5905991710127" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 147 2 => "5905991710127" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 147 2 => "5905991748960" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 147 2 => "5905991748960" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-479/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-479/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 148 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 148 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "52" 2 => "01KBSPRNRQNNKMS3CR76DY015B" 3 => 211 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "52" 2 => "01KBSPRNRQNNKMS3CR76DY015B" 3 => 211 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRNRQNNKMS3CR76DY015B" 3 => 212 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRNRQNNKMS3CR76DY015B" 3 => 212 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 148 2 => "5905991747390" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 148 2 => "5905991747390" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-480/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-480/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 149 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 149 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRNRZXNDE1B94ZAVQNQY1" 3 => 213 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRNRZXNDE1B94ZAVQNQY1" 3 => 213 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 149 2 => "5905991748878" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 149 2 => "5905991748878" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-481/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-481/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 150 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 150 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "55" 2 => "01KBSPRNS60ZWG3A70GDSJ28NQ" 3 => 214 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "55" 2 => "01KBSPRNS60ZWG3A70GDSJ28NQ" 3 => 214 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 150 2 => "5905991747376" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 150 2 => "5905991747376" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-482/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-482/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 151 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 151 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRNSCGWS9GYEFVK2M9EMM" 3 => 215 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRNSCGWS9GYEFVK2M9EMM" 3 => 215 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 151 2 => "5905991748885" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 151 2 => "5905991748885" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 151 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-483/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-483/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 152 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 152 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "53" 2 => "01KBSPRNSKYC313NHGFEPSBEJ7" 3 => 216 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "53" 2 => "01KBSPRNSKYC313NHGFEPSBEJ7" 3 => 216 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 152 2 => "5905991747383" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 152 2 => "5905991747383" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 152 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-484/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-484/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 153 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 153 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRNSTEQBA95VTH5YPZ9ZN" 3 => 217 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRNSTEQBA95VTH5YPZ9ZN" 3 => 217 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 153 2 => "5905991748892" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 153 2 => "5905991748892" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 153 2 => "5905991748861" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 153 2 => "5905991748861" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-485/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-485/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 154 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 154 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRNT14GDFWMM4RZ5JH0QV" 3 => 218 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRNT14GDFWMM4RZ5JH0QV" 3 => 218 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRNT14GDFWMM4RZ5JH0QV" 3 => 219 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRNT14GDFWMM4RZ5JH0QV" 3 => 219 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 154 2 => "5905991710158" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 154 2 => "5905991710158" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 154 2 => "5905991710134" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 154 2 => "5905991710134" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 154 2 => "5905991710141" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 154 2 => "5905991710141" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 154 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-486/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-486/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 155 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 155 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "17" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 220 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "17" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 220 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "61" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 221 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "61" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 221 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "27" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 222 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "27" 2 => "01KBSPRNT80HTDAF1R6Y1YKGQH" 3 => 222 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 155 2 => "5905991747369" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 155 2 => "5905991747369" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 155 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-487/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-487/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 156 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 156 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNTGH0TB90QK3X3YR67R" 3 => 223 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNTGH0TB90QK3X3YR67R" 3 => 223 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 156 2 => "5905991748953" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 156 2 => "5905991748953" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-488/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-488/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 157 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 157 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "34" 2 => "01KBSPRNTRATWTX6TVWBV92SNB" 3 => 224 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "34" 2 => "01KBSPRNTRATWTX6TVWBV92SNB" 3 => 224 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 157 2 => "5905991747369" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 157 2 => "5905991747369" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-489/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-489/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 158 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 158 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRNTZ15XS5JKV1CQ4VRG1" 3 => 225 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRNTZ15XS5JKV1CQ4VRG1" 3 => 225 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 158 2 => "5905991748953" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 158 2 => "5905991748953" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-490/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-490/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 159 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 159 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "34" 2 => "01KBSPRNV5E15P4G69GAXG7SA3" 3 => 226 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "34" 2 => "01KBSPRNV5E15P4G69GAXG7SA3" 3 => 226 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 159 2 => "5905991748960" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 159 2 => "5905991748960" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-491/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-491/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 160 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 160 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "30" 2 => "01KBSPRNVCDKVGW7FGVGMAPWE3" 3 => 227 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "30" 2 => "01KBSPRNVCDKVGW7FGVGMAPWE3" 3 => 227 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 160 2 => "5905991747383" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 160 2 => "5905991747383" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 160 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-492/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-492/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 161 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 161 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNVKHWQQNQMW6516HKZE" 3 => 228 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNVKHWQQNQMW6516HKZE" 3 => 228 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 161 2 => "5905991710257" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 161 2 => "5905991710257" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 161 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-493/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-493/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 162 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 162 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "65" 2 => "01KBSPRNVTKQN9TF5VSXHVJ822" 3 => 229 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "65" 2 => "01KBSPRNVTKQN9TF5VSXHVJ822" 3 => 229 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 162 2 => "5905991747383" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 162 2 => "5905991747383" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-494/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-494/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 163 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 163 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNW094RWSN5G3D0Y0JKS" 3 => 230 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNW094RWSN5G3D0Y0JKS" 3 => 230 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 163 2 => "5905991748946" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 163 2 => "5905991748946" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 163 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-495/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-495/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 164 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 164 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "42" 2 => "01KBSPRNW7ZDVG09WND4KHW0WC" 3 => 231 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "42" 2 => "01KBSPRNW7ZDVG09WND4KHW0WC" 3 => 231 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 164 2 => "5905991746942" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 164 2 => "5905991746942" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 164 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-496/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-496/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 165 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 165 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "6" 2 => "01KBSPRNWEBTQRMJCRTMBFFHVS" 3 => 232 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "6" 2 => "01KBSPRNWEBTQRMJCRTMBFFHVS" 3 => 232 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 165 2 => "5905991710202" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 165 2 => "5905991710202" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 165 2 => "5905991710219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 165 2 => "5905991710219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-497/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-497/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 166 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 166 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "47" 2 => "01KBSPRNWN5NN4Q2EFFX6RHTPK" 3 => 233 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "47" 2 => "01KBSPRNWN5NN4Q2EFFX6RHTPK" 3 => 233 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "34" 2 => "01KBSPRNWN5NN4Q2EFFX6RHTPK" 3 => 234 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "34" 2 => "01KBSPRNWN5NN4Q2EFFX6RHTPK" 3 => 234 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 166 2 => "5905991746928" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 166 2 => "5905991746928" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 166 2 => "5905991746959" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 166 2 => "5905991746959" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-498/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-498/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 167 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 167 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRNWWPWFTD8YTM4VSY40W" 3 => 235 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRNWWPWFTD8YTM4VSY40W" 3 => 235 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "5" 2 => "01KBSPRNWWPWFTD8YTM4VSY40W" 3 => 236 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "5" 2 => "01KBSPRNWWPWFTD8YTM4VSY40W" 3 => 236 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 167 2 => "5905991748786" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 167 2 => "5905991748786" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 167 2 => "5905991710271" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 167 2 => "5905991710271" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 167 2 => "5905991710264" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 167 2 => "5905991710264" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 167 2 => "5905991710240" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 167 2 => "5905991710240" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 167 2 => "5905991710233" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 167 2 => "5905991710233" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-499/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-499/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 168 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 168 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 237 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 237 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 238 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 238 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "19" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 239 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "19" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 239 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 240 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 240 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 241 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRNX3NPPR9TSG7TDWMA03" 3 => 241 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 168 2 => "5905991748793" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 168 2 => "5905991748793" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 168 2 => "5905991748809" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 168 2 => "5905991748809" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-500/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-500/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 169 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 169 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "37" 2 => "01KBSPRNXDCF4YKA37ETA9GXG2" 3 => 242 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "37" 2 => "01KBSPRNXDCF4YKA37ETA9GXG2" 3 => 242 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRNXDCF4YKA37ETA9GXG2" 3 => 243 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRNXDCF4YKA37ETA9GXG2" 3 => 243 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 169 2 => "5905991746645" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 169 2 => "5905991746645" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-501/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-501/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 170 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 170 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "70" 2 => "01KBSPRNXMR07CSBWXN4WBY58G" 3 => 244 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "70" 2 => "01KBSPRNXMR07CSBWXN4WBY58G" 3 => 244 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 170 2 => "5905991746645" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 170 2 => "5905991746645" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-502/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-502/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 171 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 171 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "80" 2 => "01KBSPRNXWPZWPHKKPMZSKKPD7" 3 => 245 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "80" 2 => "01KBSPRNXWPZWPHKKPMZSKKPD7" 3 => 245 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 171 2 => "5905991746942" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 171 2 => "5905991746942" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-503/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-503/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 172 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 172 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNY34BR2PYM99V6GD4X4" 3 => 246 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNY34BR2PYM99V6GD4X4" 3 => 246 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 172 2 => "5905991746645" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 172 2 => "5905991746645" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 172 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-504/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-504/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 173 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 173 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "80" 2 => "01KBSPRNYAQ41BXNYVKZ9YPMB9" 3 => 247 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "80" 2 => "01KBSPRNYAQ41BXNYVKZ9YPMB9" 3 => 247 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 173 2 => "5905991746621" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 173 2 => "5905991746621" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-505/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-505/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 174 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 174 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "97" 2 => "01KBSPRNYH4Y0TTV7A1M751Q0G" 3 => 248 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "97" 2 => "01KBSPRNYH4Y0TTV7A1M751Q0G" 3 => 248 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 174 2 => "5905991746669" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 174 2 => "5905991746669" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-506/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-506/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 175 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 175 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "66" 2 => "01KBSPRNYRBTTNNBF6NR11EMFK" 3 => 249 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "66" 2 => "01KBSPRNYRBTTNNBF6NR11EMFK" 3 => 249 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 175 2 => "5905991746669" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 175 2 => "5905991746669" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-507/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-507/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 176 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 176 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "73" 2 => "01KBSPRNYZ9FQVH4WHJB3GKEXB" 3 => 250 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "73" 2 => "01KBSPRNYZ9FQVH4WHJB3GKEXB" 3 => 250 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 176 2 => "5905991746935" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 176 2 => "5905991746935" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-508/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-508/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 177 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 177 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNZ66A8H591K6YMM33N7" 3 => 251 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNZ66A8H591K6YMM33N7" 3 => 251 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 177 2 => "5905991746676" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 177 2 => "5905991746676" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 177 2 => "5905991746669" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 177 2 => "5905991746669" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-509/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-509/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 178 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 178 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRNZET3QJH7N4Z3N0KZ1P" 3 => 252 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRNZET3QJH7N4Z3N0KZ1P" 3 => 252 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "47" 2 => "01KBSPRNZET3QJH7N4Z3N0KZ1P" 3 => 253 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "47" 2 => "01KBSPRNZET3QJH7N4Z3N0KZ1P" 3 => 253 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 178 2 => "5905991746676" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 178 2 => "5905991746676" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 178 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-510/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-510/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 179 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 179 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "59" 2 => "01KBSPRNZPMVY4MKAYFW5VX60Y" 3 => 254 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "59" 2 => "01KBSPRNZPMVY4MKAYFW5VX60Y" 3 => 254 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 179 2 => "5905991746935" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 179 2 => "5905991746935" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-511/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-511/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 180 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 180 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRNZX71GRMVGXMGPP55SA" 3 => 255 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRNZX71GRMVGXMGPP55SA" 3 => 255 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 180 2 => "5905991746676" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 180 2 => "5905991746676" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-512/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-512/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 181 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 181 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "64" 2 => "01KBSPRP05D5ZSEFYFJR3G647R" 3 => 256 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "64" 2 => "01KBSPRP05D5ZSEFYFJR3G647R" 3 => 256 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 181 2 => "5905991746928" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 181 2 => "5905991746928" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-513/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-513/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 182 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 182 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP0C2AK4P442A90RRYCN" 3 => 257 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP0C2AK4P442A90RRYCN" 3 => 257 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 182 2 => "5905991746652" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 182 2 => "5905991746652" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-514/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-514/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 183 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 183 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "80" 2 => "01KBSPRP0MRQV797MXV53NHKQ5" 3 => 258 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "80" 2 => "01KBSPRP0MRQV797MXV53NHKQ5" 3 => 258 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 183 2 => "5905991746928" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 183 2 => "5905991746928" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-515/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-515/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 184 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 184 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP0V0E84EAB72P0AW6TP" 3 => 259 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP0V0E84EAB72P0AW6TP" 3 => 259 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 184 2 => "5905991746652" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 184 2 => "5905991746652" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 184 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-516/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-516/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 185 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 185 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "80" 2 => "01KBSPRP12NW80BGK2F3SNYT2Q" 3 => 260 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "80" 2 => "01KBSPRP12NW80BGK2F3SNYT2Q" 3 => 260 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 185 2 => "5905991749110" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 185 2 => "5905991749110" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 185 2 => "5905991749134" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 185 2 => "5905991749134" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 185 2 => "5905991749127" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 185 2 => "5905991749127" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-517/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-517/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 186 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 186 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 261 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 261 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 262 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 262 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 263 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRP193F8NSHSGMH7Q2CAD" 3 => 263 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 186 2 => "5905991746652" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 186 2 => "5905991746652" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-518/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-518/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 187 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 187 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "66" 2 => "01KBSPRP1JPGWZN7ZEA4JTP0CG" 3 => 264 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "66" 2 => "01KBSPRP1JPGWZN7ZEA4JTP0CG" 3 => 264 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 187 2 => "5905991746652" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 187 2 => "5905991746652" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-519/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-519/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 188 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 188 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "82" 2 => "01KBSPRP1S3Q8FTP1GQRJNES86" 3 => 265 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "82" 2 => "01KBSPRP1S3Q8FTP1GQRJNES86" 3 => 265 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 188 2 => "5905991749264" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 188 2 => "5905991749264" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-520/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-520/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 189 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 189 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRP20ZBN27805ASEYP1A5" 3 => 266 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRP20ZBN27805ASEYP1A5" 3 => 266 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 189 2 => "5905991746652" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 189 2 => "5905991746652" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 189 2 => "5905991746638" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 189 2 => "5905991746638" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-521/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-521/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 190 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 190 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "48" 2 => "01KBSPRP2711WRXQWQM2ZZR54J" 3 => 267 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "48" 2 => "01KBSPRP2711WRXQWQM2ZZR54J" 3 => 267 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "35" 2 => "01KBSPRP2711WRXQWQM2ZZR54J" 3 => 268 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "35" 2 => "01KBSPRP2711WRXQWQM2ZZR54J" 3 => 268 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 190 2 => "5905991746638" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 190 2 => "5905991746638" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-522/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-522/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 191 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 191 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "90" 2 => "01KBSPRP2FE6VQEKXBHKCPB6NV" 3 => 269 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "90" 2 => "01KBSPRP2FE6VQEKXBHKCPB6NV" 3 => 269 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 191 2 => "5905991746638" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 191 2 => "5905991746638" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-523/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-523/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 192 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 192 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "90" 2 => "01KBSPRP2QTWW3VPDE6RWANV9Z" 3 => 270 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "90" 2 => "01KBSPRP2QTWW3VPDE6RWANV9Z" 3 => 270 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 192 2 => "5905991749226" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 192 2 => "5905991749226" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 192 2 => "5905991749233" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 192 2 => "5905991749233" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-524/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-524/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 193 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 193 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRP2YNYJ51R8RSWKSDT1S" 3 => 271 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRP2YNYJ51R8RSWKSDT1S" 3 => 271 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRP2YNYJ51R8RSWKSDT1S" 3 => 272 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRP2YNYJ51R8RSWKSDT1S" 3 => 272 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 193 2 => "5905991746638" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 193 2 => "5905991746638" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-525/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-525/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-11-26 17:44:59" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 194 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-11-26 17:44:59" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 194 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "79" 2 => "01KBSPRP363GJXS5V7NPPE0HFR" 3 => 273 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "79" 2 => "01KBSPRP363GJXS5V7NPPE0HFR" 3 => 273 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-526/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-526/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 195 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 195 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 195 2 => "5905991746638" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 195 2 => "5905991746638" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-527/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-527/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 196 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 196 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "76" 2 => "01KBSPRP3N5BMRYK92JEVBREF0" 3 => 274 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "76" 2 => "01KBSPRP3N5BMRYK92JEVBREF0" 3 => 274 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 196 2 => "5905991753810" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 196 2 => "5905991753810" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 196 2 => "5905991753827" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 196 2 => "5905991753827" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-528/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-528/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 197 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 197 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRP3WBYNTMZZR8VWSFVTF" 3 => 275 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRP3WBYNTMZZR8VWSFVTF" 3 => 275 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRP3WBYNTMZZR8VWSFVTF" 3 => 276 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRP3WBYNTMZZR8VWSFVTF" 3 => 276 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 197 2 => "5905991753919" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 197 2 => "5905991753919" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-529/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-529/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 198 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 198 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "110" 2 => "01KBSPRP45AAK058179SFKC8EN" 3 => 277 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "110" 2 => "01KBSPRP45AAK058179SFKC8EN" 3 => 277 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 198 2 => "5905991750819" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 198 2 => "5905991750819" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-530/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-530/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 199 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 199 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRP4CYYCQ3QYWJN02KTYN" 3 => 278 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRP4CYYCQ3QYWJN02KTYN" 3 => 278 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 199 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 199 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 199 2 => "5905991749202" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 199 2 => "5905991749202" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 199 2 => "5905991749226" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 199 2 => "5905991749226" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-531/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-531/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 200 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 200 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 279 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 279 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 280 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 280 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "2" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 281 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "2" 2 => "01KBSPRP4M1RV18A1Q2JBPT4CE" 3 => 281 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 200 2 => "5905991749226" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 200 2 => "5905991749226" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-532/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-532/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 201 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 201 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP4WJX5ZX5EEGARGWH7Z" 3 => 282 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP4WJX5ZX5EEGARGWH7Z" 3 => 282 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 201 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 201 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-533/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-533/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 202 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 202 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP54P0YNDN8PKHNV4AYW" 3 => 283 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP54P0YNDN8PKHNV4AYW" 3 => 283 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 202 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 202 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-534/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-534/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 203 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 203 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP5BE188QZRN2F3RZ67B" 3 => 284 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP5BE188QZRN2F3RZ67B" 3 => 284 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 203 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 203 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-535/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-535/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 204 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 204 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP5K27DR9A5JYC7D4XY3" 3 => 285 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP5K27DR9A5JYC7D4XY3" 3 => 285 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 204 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 204 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-536/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-536/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 205 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 205 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP5TNY9DNKAK1MQ9HSVN" 3 => 286 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP5TNY9DNKAK1MQ9HSVN" 3 => 286 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 205 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 205 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-537/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-537/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 206 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 206 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP61W0KFWCZHRSB9K97A" 3 => 287 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP61W0KFWCZHRSB9K97A" 3 => 287 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 206 2 => "5905991749219" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 206 2 => "5905991749219" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-538/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-538/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 207 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 207 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP69AFFB96HJA76CY2H7" 3 => 288 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP69AFFB96HJA76CY2H7" 3 => 288 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 207 2 => "5905991749202" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 207 2 => "5905991749202" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-539/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-539/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 208 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 208 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP6H7N0C94H318AE09DG" 3 => 289 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP6H7N0C94H318AE09DG" 3 => 289 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 208 2 => "5905991749202" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 208 2 => "5905991749202" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-540/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-540/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 209 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 209 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP6SYE4RQKHZEMPSJRJX" 3 => 290 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP6SYE4RQKHZEMPSJRJX" 3 => 290 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 209 2 => "5905991749202" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 209 2 => "5905991749202" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-541/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-541/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 210 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 210 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRP71SCYZQJB63PJBK7CT" 3 => 291 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRP71SCYZQJB63PJBK7CT" 3 => 291 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 210 2 => "5905991753063" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 210 2 => "5905991753063" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 210 2 => "5905991753070" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 210 2 => "5905991753070" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-542/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-542/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 211 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 211 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRP7AX7A1ZA30Z501Z8YD" 3 => 292 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRP7AX7A1ZA30Z501Z8YD" 3 => 292 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "1" 2 => "01KBSPRP7AX7A1ZA30Z501Z8YD" 3 => 293 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "1" 2 => "01KBSPRP7AX7A1ZA30Z501Z8YD" 3 => 293 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 211 2 => "5905991753056" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 211 2 => "5905991753056" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-543/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-543/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 212 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 212 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRP7JMS721MDZCPTN7FKH" 3 => 294 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRP7JMS721MDZCPTN7FKH" 3 => 294 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 212 2 => "5905991753421" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 212 2 => "5905991753421" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-544/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-544/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 213 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 213 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "11" 2 => "01KBSPRP7TN7ZN40AXWX220KX2" 3 => 295 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "11" 2 => "01KBSPRP7TN7ZN40AXWX220KX2" 3 => 295 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 213 2 => "5905991753421" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 213 2 => "5905991753421" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-545/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-545/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 214 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 214 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRP830H14E5J7R8P7DFKJ" 3 => 296 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRP830H14E5J7R8P7DFKJ" 3 => 296 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 214 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 214 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 214 2 => "5905991753421" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 214 2 => "5905991753421" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-546/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-546/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 215 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 215 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRP8AAVH5N0VWV3HGCBYJ" 3 => 297 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRP8AAVH5N0VWV3HGCBYJ" 3 => 297 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "3" 2 => "01KBSPRP8AAVH5N0VWV3HGCBYJ" 3 => 298 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "3" 2 => "01KBSPRP8AAVH5N0VWV3HGCBYJ" 3 => 298 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 215 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 215 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-547/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-547/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 216 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 216 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRP8KHAD7CEY1Y6VP4AAA" 3 => 299 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRP8KHAD7CEY1Y6VP4AAA" 3 => 299 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 216 2 => "5905991750802" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 216 2 => "5905991750802" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-548/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-548/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 217 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 217 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRP8V3BV6YN447TA6AYR0" 3 => 300 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRP8V3BV6YN447TA6AYR0" 3 => 300 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 217 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 217 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-549/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-549/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 218 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 218 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRP94A408KFSNTTYHAS8Z" 3 => 301 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRP94A408KFSNTTYHAS8Z" 3 => 301 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 218 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 218 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-550/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-550/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 219 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 219 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRP9CJH2MRJMNW5HJB371" 3 => 302 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRP9CJH2MRJMNW5HJB371" 3 => 302 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 219 2 => "5905991747789" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 219 2 => "5905991747789" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-551/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-551/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 11:25:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 220 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 11:25:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 220 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRP9MYM5NWP8KGXYRFZ67" 3 => 303 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRP9MYM5NWP8KGXYRFZ67" 3 => 303 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 220 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 220 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-552/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-552/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 221 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 221 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRP9W5FS752JAB5MB49NQ" 3 => 304 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRP9W5FS752JAB5MB49NQ" 3 => 304 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 221 2 => "5905991747796" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 221 2 => "5905991747796" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-553/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-553/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 222 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 222 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRPA44WKEP5324CWXS0G4" 3 => 305 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRPA44WKEP5324CWXS0G4" 3 => 305 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 222 2 => "5905991753445" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 222 2 => "5905991753445" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-554/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-554/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 223 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 223 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRPABD7N5604C5B4HWMJV" 3 => 306 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRPABD7N5604C5B4HWMJV" 3 => 306 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 223 2 => "5905991753438" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 223 2 => "5905991753438" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-555/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-555/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 224 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 224 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRPAKM3M08MT4J9AZHKY7" 3 => 307 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRPAKM3M08MT4J9AZHKY7" 3 => 307 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 224 2 => "5905991748250" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 224 2 => "5905991748250" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 224 2 => "5905991748236" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 224 2 => "5905991748236" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-556/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-556/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 225 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 225 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "34" 2 => "01KBSPRPAVXNT61D94YVW57C7M" 3 => 308 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "34" 2 => "01KBSPRPAVXNT61D94YVW57C7M" 3 => 308 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRPAVXNT61D94YVW57C7M" 3 => 309 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRPAVXNT61D94YVW57C7M" 3 => 309 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 225 2 => "5905991750826" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 225 2 => "5905991750826" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 225 2 => "5905991750802" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 225 2 => "5905991750802" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-557/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-557/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 226 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 226 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRPB4NJ1C6PJKKNF5HVB6" 3 => 310 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRPB4NJ1C6PJKKNF5HVB6" 3 => 310 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRPB4NJ1C6PJKKNF5HVB6" 3 => 311 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRPB4NJ1C6PJKKNF5HVB6" 3 => 311 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 226 2 => "5905991748243" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 226 2 => "5905991748243" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 226 2 => "5905991748380" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 226 2 => "5905991748380" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-558/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-558/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 227 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 227 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "48" 2 => "01KBSPRPBC4PYS4232PP4ZM0ZK" 3 => 312 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "48" 2 => "01KBSPRPBC4PYS4232PP4ZM0ZK" 3 => 312 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRPBC4PYS4232PP4ZM0ZK" 3 => 313 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRPBC4PYS4232PP4ZM0ZK" 3 => 313 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 227 2 => "5905991747802" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 227 2 => "5905991747802" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 227 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-559/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-559/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 228 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 228 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRPBNWJXSWNY5B0V60BKV" 3 => 314 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRPBNWJXSWNY5B0V60BKV" 3 => 314 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 228 2 => "5905991718505" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 228 2 => "5905991718505" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 228 2 => "5905991753438" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 228 2 => "5905991753438" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-560/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-560/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 229 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 229 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRPBXT4JQAKR8TEQAGEZS" 3 => 315 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRPBXT4JQAKR8TEQAGEZS" 3 => 315 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRPBXT4JQAKR8TEQAGEZS" 3 => 316 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRPBXT4JQAKR8TEQAGEZS" 3 => 316 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 229 2 => "5905991718505" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 229 2 => "5905991718505" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-561/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-561/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 230 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 230 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "13" 2 => "01KBSPRPC5JEV898VKANWY17TW" 3 => 317 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "13" 2 => "01KBSPRPC5JEV898VKANWY17TW" 3 => 317 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 230 2 => "5905991746584" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 230 2 => "5905991746584" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 230 2 => "5905991718505" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 230 2 => "5905991718505" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-562/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-562/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 231 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 231 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRPCDT2S0FKZPQDHFTJX0" 3 => 318 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRPCDT2S0FKZPQDHFTJX0" 3 => 318 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "12" 2 => "01KBSPRPCDT2S0FKZPQDHFTJX0" 3 => 319 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "12" 2 => "01KBSPRPCDT2S0FKZPQDHFTJX0" 3 => 319 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 231 2 => "5905991753452" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 231 2 => "5905991753452" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 231 2 => "5905991746607" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 231 2 => "5905991746607" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-563/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-563/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 232 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 232 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "8" 2 => "01KBSPRPCPN5ZG08RM0VC7AHVN" 3 => 320 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "8" 2 => "01KBSPRPCPN5ZG08RM0VC7AHVN" 3 => 320 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "18" 2 => "01KBSPRPCPN5ZG08RM0VC7AHVN" 3 => 321 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "18" 2 => "01KBSPRPCPN5ZG08RM0VC7AHVN" 3 => 321 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 232 2 => "5905991746324" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 232 2 => "5905991746324" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 232 2 => "5905991718499" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 232 2 => "5905991718499" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 232 2 => "5905991718529" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 232 2 => "5905991718529" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 232 2 => "5905991718512" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 232 2 => "5905991718512" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-564/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-564/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 233 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 233 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "6" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 322 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "6" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 322 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 323 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 323 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "4" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 324 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "4" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 324 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "7" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 325 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "7" 2 => "01KBSPRPCZFZ0S1YKJSZV4FTEG" 3 => 325 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 233 2 => "5905991746331" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 233 2 => "5905991746331" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 233 2 => "5905991746324" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 233 2 => "5905991746324" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-565/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-565/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 234 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 234 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRPD9ZY6JQGXX8XH73ZX6" 3 => 326 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRPD9ZY6JQGXX8XH73ZX6" 3 => 326 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "6" 2 => "01KBSPRPD9ZY6JQGXX8XH73ZX6" 3 => 327 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "6" 2 => "01KBSPRPD9ZY6JQGXX8XH73ZX6" 3 => 327 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 234 2 => "5905991746331" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 234 2 => "5905991746331" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-566/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-566/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 235 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 235 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRPDJ519DVYN81H13YY00" 3 => 328 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRPDJ519DVYN81H13YY00" 3 => 328 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 235 2 => "5905991746591" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 235 2 => "5905991746591" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 235 2 => "5905991746348" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 235 2 => "5905991746348" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-567/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-567/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 236 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 236 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "38" 2 => "01KBSPRPDVRPV9HJ1VR7V5TMZ7" 3 => 329 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "38" 2 => "01KBSPRPDVRPV9HJ1VR7V5TMZ7" 3 => 329 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRPDVRPV9HJ1VR7V5TMZ7" 3 => 330 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRPDVRPV9HJ1VR7V5TMZ7" 3 => 330 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 236 2 => "5905991747758" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 236 2 => "5905991747758" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 236 2 => "5905991747918" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 236 2 => "5905991747918" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-568/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-568/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 237 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 237 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRPE4687ZP9KE1ES3DBA0" 3 => 331 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRPE4687ZP9KE1ES3DBA0" 3 => 331 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "22" 2 => "01KBSPRPE4687ZP9KE1ES3DBA0" 3 => 332 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "22" 2 => "01KBSPRPE4687ZP9KE1ES3DBA0" 3 => 332 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 237 2 => "5905991747901" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 237 2 => "5905991747901" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 237 2 => "5905991747895" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 237 2 => "5905991747895" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-569/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-569/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 238 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 238 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRPED64V6CNETWSAE06B8" 3 => 333 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRPED64V6CNETWSAE06B8" 3 => 333 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "21" 2 => "01KBSPRPED64V6CNETWSAE06B8" 3 => 334 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "21" 2 => "01KBSPRPED64V6CNETWSAE06B8" 3 => 334 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 238 2 => "5905991747734" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 238 2 => "5905991747734" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-570/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-570/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 239 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 239 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "40" 2 => "01KBSPRPEP9KRES0A34C5PS8BJ" 3 => 335 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "40" 2 => "01KBSPRPEP9KRES0A34C5PS8BJ" 3 => 335 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 239 2 => "5905991747734" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 239 2 => "5905991747734" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-571/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-571/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 240 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 240 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "42" 2 => "01KBSPRPEYXYMCPD0QZZ83EPW1" 3 => 336 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "42" 2 => "01KBSPRPEYXYMCPD0QZZ83EPW1" 3 => 336 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 240 2 => "5905991747758" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 240 2 => "5905991747758" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-572/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-572/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 241 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 241 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "39" 2 => "01KBSPRPF6NF900YNC1AC1Z1ND" 3 => 337 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "39" 2 => "01KBSPRPF6NF900YNC1AC1Z1ND" 3 => 337 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 241 2 => "5905991747901" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 241 2 => "5905991747901" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-573/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-573/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 242 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 242 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRPFF9W5GKAWZSXR1PFC7" 3 => 338 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRPFF9W5GKAWZSXR1PFC7" 3 => 338 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 242 2 => "5905991747918" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 242 2 => "5905991747918" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-574/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-574/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 243 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 243 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "33" 2 => "01KBSPRPFQMRHF1K8FDJJKA2ZR" 3 => 339 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "33" 2 => "01KBSPRPFQMRHF1K8FDJJKA2ZR" 3 => 339 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 243 2 => "5905991747895" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 243 2 => "5905991747895" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-575/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-575/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 244 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 244 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRPFZSMCTYJNMQGDE1DSQ" 3 => 340 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRPFZSMCTYJNMQGDE1DSQ" 3 => 340 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 244 2 => "5905991747888" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 244 2 => "5905991747888" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 244 2 => "5905991747741" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 244 2 => "5905991747741" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-576/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-576/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 245 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 245 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "16" 2 => "01KBSPRPG821N0S772CFEP2871" 3 => 341 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "16" 2 => "01KBSPRPG821N0S772CFEP2871" 3 => 341 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "15" 2 => "01KBSPRPG821N0S772CFEP2871" 3 => 342 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "15" 2 => "01KBSPRPG821N0S772CFEP2871" 3 => 342 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 245 2 => "5905991748656" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 245 2 => "5905991748656" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 245 2 => "5905991747765" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 245 2 => "5905991747765" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-577/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-577/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 246 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 246 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "31" 2 => "01KBSPRPGGJQ72TV8EQF4FR6NQ" 3 => 343 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "31" 2 => "01KBSPRPGGJQ72TV8EQF4FR6NQ" 3 => 343 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "9" 2 => "01KBSPRPGGJQ72TV8EQF4FR6NQ" 3 => 344 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "9" 2 => "01KBSPRPGGJQ72TV8EQF4FR6NQ" 3 => 344 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 246 2 => "5905991748649" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 246 2 => "5905991748649" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 246 2 => "5905991748618" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 246 2 => "5905991748618" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-578/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-578/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 247 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 247 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "47" 2 => "01KBSPRPGTWEWYN1HGN53Y2K5S" 3 => 345 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "47" 2 => "01KBSPRPGTWEWYN1HGN53Y2K5S" 3 => 345 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "10" 2 => "01KBSPRPGTWEWYN1HGN53Y2K5S" 3 => 346 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "10" 2 => "01KBSPRPGTWEWYN1HGN53Y2K5S" 3 => 346 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 247 2 => "5905991748632" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 247 2 => "5905991748632" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-579/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-579/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 248 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 248 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "44" 2 => "01KBSPRPH457KQJ4EY5JB0DQYF" 3 => 347 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "44" 2 => "01KBSPRPH457KQJ4EY5JB0DQYF" 3 => 347 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 248 2 => "5905991748625" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 248 2 => "5905991748625" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-580/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-580/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 249 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 249 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "56" 2 => "01KBSPRPHCQZHXWNG8P1970Q6H" 3 => 348 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "56" 2 => "01KBSPRPHCQZHXWNG8P1970Q6H" 3 => 348 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 249 2 => "5905991747772" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 249 2 => "5905991747772" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-581/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-581/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 250 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 250 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRPHNYMBMHTFDXC6R09QS" 3 => 349 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRPHNYMBMHTFDXC6R09QS" 3 => 349 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 250 2 => "5905991747802" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 250 2 => "5905991747802" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 250 2 => "5905991747789" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 250 2 => "5905991747789" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-582/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-582/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 251 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 251 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "20" 2 => "01KBSPRPHXKF1CK3J2YA7DCVJT" 3 => 350 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "20" 2 => "01KBSPRPHXKF1CK3J2YA7DCVJT" 3 => 350 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "14" 2 => "01KBSPRPHXKF1CK3J2YA7DCVJT" 3 => 351 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "14" 2 => "01KBSPRPHXKF1CK3J2YA7DCVJT" 3 => 351 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 251 2 => "5905991747796" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 251 2 => "5905991747796" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-583/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-583/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 252 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 252 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "29" 2 => "01KBSPRPJ62NYKG8TTGWZJHWT0" 3 => 352 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "29" 2 => "01KBSPRPJ62NYKG8TTGWZJHWT0" 3 => 352 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 252 2 => "5905991747789" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 252 2 => "5905991747789" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-584/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-584/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 253 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 253 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRPJGZ47ZFV9SM202VG46" 3 => 353 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRPJGZ47ZFV9SM202VG46" 3 => 353 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 253 2 => "5905991747772" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 253 2 => "5905991747772" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 253 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-585/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-585/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 254 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 254 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "36" 2 => "01KBSPRPJSCR915YHRMG9ZWMTG" 3 => 354 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "36" 2 => "01KBSPRPJSCR915YHRMG9ZWMTG" 3 => 354 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 254 2 => "5905991748397" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 254 2 => "5905991748397" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-586/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-586/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 255 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 255 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "29" 2 => "01KBSPRPK25D956N51MSS0R5Y9" 3 => 355 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "29" 2 => "01KBSPRPK25D956N51MSS0R5Y9" 3 => 355 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 255 2 => "5905991748366" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 255 2 => "5905991748366" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 255 2 => "5905991748373" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 255 2 => "5905991748373" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-587/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-587/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 256 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 256 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "23" 2 => "01KBSPRPKBVVE3D7DPBFW9VENY" 3 => 356 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "23" 2 => "01KBSPRPKBVVE3D7DPBFW9VENY" 3 => 356 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "41" 2 => "01KBSPRPKBVVE3D7DPBFW9VENY" 3 => 357 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "41" 2 => "01KBSPRPKBVVE3D7DPBFW9VENY" 3 => 357 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 256 2 => "5905991748229" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 256 2 => "5905991748229" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 256 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-588/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-588/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 257 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 257 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "62" 2 => "01KBSPRPKNCW42ERFSMM29R31V" 3 => 358 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "62" 2 => "01KBSPRPKNCW42ERFSMM29R31V" 3 => 358 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 257 2 => "5905991750796" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 257 2 => "5905991750796" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-589/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-589/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 258 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:21:58" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 258 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRPKYS5HFY72MBZM9XEWT" 3 => 359 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRPKYS5HFY72MBZM9XEWT" 3 => 359 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 258 2 => "5905991750802" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 258 2 => "5905991750802" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-590/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-590/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 259 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 259 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRPM6BEWNWD3HT2HFR47G" 3 => 360 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRPM6BEWNWD3HT2HFR47G" 3 => 360 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 259 2 => "5905991750819" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 259 2 => "5905991750819" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" (parameters: [ 1 => "MMP-419/11/2025" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.depositor_code AS depositor_code_2, t0.supplier_code AS supplier_code_3, t0.supplier_name AS supplier_name_4, t0.pz_code AS pz_code_5, t0.pz_type AS pz_type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.document_date AS document_date_9, t0.supplier_address_street AS supplier_address_street_10, t0.supplier_address_post_code AS supplier_address_post_code_11, t0.supplier_address_city AS supplier_address_city_12, t0.supplier_address_country AS supplier_address_country_13, t0.expected_date AS expected_date_14, t0.remarks AS remarks_15, t0.container_no AS container_no_16, t0.additional_delivery_no1 AS additional_delivery_no1_17, t0.supplier_order_no AS supplier_order_no_18, t0.info AS info_19, t0.status_id AS status_id_20 FROM stock_in t0 WHERE t0.pz_code = ? LIMIT 1" "params" => [ 1 => "MMP-419/11/2025" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" (parameters: [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 260 ], types: [ 1 => 2 2 => 2 3 => 2 4 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in SET updated_at = ?, document_date = ?, expected_date = ? WHERE id = ?" "params" => [ 1 => "2025-12-01 13:25:16" 2 => "2025-11-25" 3 => "2025-11-25" 4 => 260 ] "types" => [ 1 => 2 2 => 2 3 => 2 4 => 1 ] ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "32" 2 => "01KBSPRPMGF7YBWJ4PAK37VFDQ" 3 => 361 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "32" 2 => "01KBSPRPMGF7YBWJ4PAK37VFDQ" 3 => 361 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" (parameters: [ 1 => 260 2 => "5905991762737" ], types: [ 1 => 1 2 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ? AND t0.product_code = ? LIMIT 1" "params" => [ 1 => 260 2 => "5905991762737" ] "types" => [ 1 => 1 2 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" (parameters: [ 1 => 260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product_code AS product_code_2, t0.ordered_item_quantity AS ordered_item_quantity_3, t0.hash AS hash_4, t0.in_nolimit AS in_nolimit_5, t0.stock_in_id AS stock_in_id_6 FROM stock_in_products t0 WHERE t0.stock_in_id = ?" "params" => [ 1 => 260 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "SAVEPOINT DOCTRINE_2" ] |
| debug |
Executing statement: "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" (parameters: [ 1 => "25" 2 => "01KBSPRPMRHX89GGA5NJQ5MHDH" 3 => 362 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE stock_in_products SET ordered_item_quantity = ?, hash = ? WHERE id = ?" "params" => [ 1 => "25" 2 => "01KBSPRPMRHX89GGA5NJQ5MHDH" 3 => 362 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "RELEASE SAVEPOINT DOCTRINE_2"
doctrine
[ "sql" => "RELEASE SAVEPOINT DOCTRINE_2" ] |
| debug |
Committing transaction
doctrine
|
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest" ] |
There are no log messages.
Container Compilation Logs (1416)
Log messages generated during the compilation of the service container.
| Messages | Class |
|---|---|
| 264 |
|
| 222 |
|
| 105 |
|
| 295 |
|
| 136 |
|
| 393 |
|
| 1 |
|