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.eyJpYXQiOjE3NjUwMjAxODgsImV4cCI6MTc2NTAyMzc4OCwicm9sZXMiOlsiUk9MRV9SRVNUX0FQSSIsIlJPTEVfVVNFUiIsIlJPTEVfTk9MSU1JVCJdLCJ1c2VybmFtZSI6ImFwaUBsZWVjb29wZXIucGwifQ.SigxcnINbGHLY4o8xSkvn73IzrIusdIiczoNTOUWgboHkpxgOYU3f7wcPAI9rtQup7Nm_YsfQ6nMMDHq2Ri4pdElwXG4cFXYL0xJUzPeDcU_mw8BoBelDdmspTdrVIqjHNCWxIS_6ogvKiVWDcXtEEbKsss2sJUafShLh7FUhp77_oxOOPCRCU1IXmsHIfIJhRipk4UPApCnD-NkD78mhgRHiT1OQ8UspzU8nldhWaHXtTMn37zgogLo2ofSdkk4yfhng_SHn4rPgpg-OyVpNoK2BPvk3f-X5WcvWAa3Zll01z6dSufF1G3fWRUn4TnZzW5d4l9VVz6cZww9emFn0Q" } "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:23:01" 2 => 7 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 7 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 8 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 8 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 9 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 9 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 10 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 10 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 11 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 11 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 12 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 12 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 13 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 13 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 14 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 14 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 15 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 15 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 16 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 16 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 17 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 17 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 18 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 18 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 19 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 19 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 20 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 20 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 21 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 21 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 22 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 22 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 23 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 23 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 24 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 24 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 25 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 25 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 26 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 26 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 27 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 27 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 28 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 28 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 29 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 29 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 30 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 30 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 31 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 31 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 32 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 32 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 33 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 33 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 34 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 34 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 35 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 35 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 36 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 36 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 37 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 37 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 38 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 38 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 39 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 39 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 40 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 40 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 41 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 41 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 42 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 42 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 43 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 43 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 44 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 44 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 45 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 45 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 46 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 46 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 47 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 47 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 48 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 48 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 49 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 49 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 50 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 50 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 51 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 51 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 52 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 52 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 53 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 53 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 54 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 54 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 55 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 55 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 56 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 56 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 57 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 57 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 58 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 58 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 59 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 59 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 60 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 60 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 61 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 61 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 62 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 62 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 63 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 63 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 64 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 64 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 65 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 65 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 66 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 66 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 67 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 67 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 68 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 68 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 69 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 69 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 70 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 70 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 71 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 71 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 72 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 72 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 73 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 73 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 74 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 74 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 75 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 75 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 76 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 76 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 77 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 77 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 78 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 78 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 79 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 79 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 80 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 80 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 81 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 81 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 82 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 82 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 83 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 83 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 84 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 84 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 85 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 85 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 86 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 86 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 87 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 87 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 88 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 88 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 89 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 89 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 90 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 90 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 91 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 91 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 92 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 92 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 93 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 93 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 94 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 94 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 95 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 95 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 96 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 96 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 97 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 97 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 98 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 98 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 99 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 99 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 100 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 100 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 101 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 101 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 102 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 102 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 103 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 103 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 104 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 104 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 105 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 105 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 106 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 106 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 107 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 107 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 108 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 108 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 109 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 109 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 110 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 110 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 111 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 111 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 112 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 112 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 113 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 113 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 114 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 114 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 115 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 115 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 116 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 116 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 117 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 117 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 118 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 118 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 119 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 119 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 120 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 120 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 121 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 121 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 122 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 122 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 123 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 123 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 124 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 124 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 125 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 125 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 126 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 126 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 127 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 127 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 128 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 128 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 129 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 129 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 130 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 130 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 131 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 131 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 132 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 132 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 133 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 133 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 134 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 134 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 135 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 135 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 136 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 136 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 137 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 137 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 138 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 138 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 139 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 139 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 140 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 140 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 141 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 141 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 142 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 142 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 143 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 143 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 144 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 144 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 145 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 145 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 146 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 146 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 147 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 147 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 148 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 148 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 149 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 149 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 150 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 150 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 151 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 151 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 152 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 152 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 153 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 153 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 154 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 154 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 155 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 155 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 156 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 156 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 157 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 157 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 158 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 158 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 159 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 159 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 160 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 160 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 161 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 161 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 162 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 162 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 163 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 163 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 164 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 164 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 165 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 165 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 166 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 166 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 167 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 167 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 168 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 168 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 169 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 169 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 170 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 170 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 171 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 171 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 172 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 172 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 173 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 173 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 174 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 174 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 175 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 175 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 176 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 176 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 177 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 177 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 178 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 178 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 179 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 179 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 180 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 180 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 181 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 181 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 182 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 182 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 183 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 183 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 184 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 184 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 185 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 185 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 186 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 186 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 187 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 187 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 188 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 188 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 189 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 189 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 190 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 190 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 191 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 191 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 192 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 192 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 193 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 193 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 194 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 194 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 195 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 195 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 196 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 196 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 197 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 197 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 198 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 198 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 199 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 199 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 200 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 200 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 201 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 201 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 202 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 202 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 203 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 203 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 204 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 204 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 205 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 205 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 206 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 206 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 207 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 207 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 208 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 208 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 209 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 209 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 210 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 210 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 211 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 211 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 212 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 212 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 213 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 213 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 214 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 214 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 215 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 215 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 216 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 216 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 217 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 217 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 218 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 218 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 219 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 219 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 220 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 220 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 221 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 221 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 222 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 222 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 223 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 223 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 224 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 224 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 225 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 225 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:23:01" 2 => 226 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:23:01" 2 => 226 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 227 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 227 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 228 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 228 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 229 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 229 ] "types" => [ 1 => 2 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" (parameters: [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 230 ], types: [ 1 => 2 2 => 2 3 => 1 ])
doctrine
[ "sql" => "UPDATE products SET category = ?, updated_at = ? WHERE id = ?" "params" => [ 1 => "Odziez" 2 => "2025-12-06 11:23:01" 3 => 230 ] "types" => [ 1 => 2 2 => 2 3 => 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 => "01KBSPDP6435M6Y0ZAP2609V1S" 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 => "01KBSPDP6435M6Y0ZAP2609V1S" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP687WVG8Z8FVCFV754Q" 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 => "01KBSPDP6CSJJ7F2350S71H4HJ" 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 => "01KBSPDP6CSJJ7F2350S71H4HJ" 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 => "01KBSPDP6G29S8HKPZ7CF7X1ZQ" 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 => "01KBSPDP6G29S8HKPZ7CF7X1ZQ" 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 => "01KBSPDP6G29S8HKPZ7CF7X1ZQ" 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 => "01KBSPDP6G29S8HKPZ7CF7X1ZQ" 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 => "01KBSPDP6MZ31DBYR3SCBFMPG3" 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 => "01KBSPDP6MZ31DBYR3SCBFMPG3" 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 => "01KBSPDP6RNWQKJRDDEK0GDG7T" 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 => "01KBSPDP6RNWQKJRDDEK0GDG7T" 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 => "01KBSPDP6RNWQKJRDDEK0GDG7T" 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 => "01KBSPDP6RNWQKJRDDEK0GDG7T" 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 => "01KBSPDP6WF8069NG8AHB7P3F8" 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 => "01KBSPDP6WF8069NG8AHB7P3F8" 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 => "01KBSPDP6ZFZNVT82Y4CAWYMVZ" 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 => "01KBSPDP6ZFZNVT82Y4CAWYMVZ" 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 => "01KBSPDP72QW9S6FP73K02KXV8" 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 => "01KBSPDP72QW9S6FP73K02KXV8" 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 => "01KBSPDP76S1ZTMAMCAP90C2RB" 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 => "01KBSPDP76S1ZTMAMCAP90C2RB" 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 => "01KBSPDP79K41RK1TZ7SJ13X2F" 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 => "01KBSPDP79K41RK1TZ7SJ13X2F" 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 => "01KBSPDP7D8HTWSZ5XWP0HASY9" 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 => "01KBSPDP7D8HTWSZ5XWP0HASY9" 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 => "01KBSPDP7HZKAB9BE6GESM9GEJ" 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 => "01KBSPDP7HZKAB9BE6GESM9GEJ" 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 => "01KBSPDP7MRWTDA2BXSF6X3VCV" 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 => "01KBSPDP7MRWTDA2BXSF6X3VCV" 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 => "01KBSPDP7RFYTHGE3GWR1JY7SX" 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 => "01KBSPDP7RFYTHGE3GWR1JY7SX" 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 => "01KBSPDP7VMD2EZJVSRQ54VM15" 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 => "01KBSPDP7VMD2EZJVSRQ54VM15" 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 => "01KBSPDP7Z3G5PBYPS4EAY78A5" 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 => "01KBSPDP7Z3G5PBYPS4EAY78A5" 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 => "01KBSPDP82J9X7Q7MGDG5X7MPY" 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 => "01KBSPDP82J9X7Q7MGDG5X7MPY" 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 => "01KBSPDP86R7W3Y2Y60PGW51HE" 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 => "01KBSPDP86R7W3Y2Y60PGW51HE" 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 => "01KBSPDP86R7W3Y2Y60PGW51HE" 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 => "01KBSPDP86R7W3Y2Y60PGW51HE" 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 => "01KBSPDP8AVP6DZZCVM7SP5CMJ" 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 => "01KBSPDP8AVP6DZZCVM7SP5CMJ" 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 => "01KBSPDP8E6TM3MHC46GGA3T5S" 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 => "01KBSPDP8E6TM3MHC46GGA3T5S" 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 => "01KBSPDP8H81E4FYAJ31BETNDY" 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 => "01KBSPDP8H81E4FYAJ31BETNDY" 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 => "01KBSPDP8N960EB7WJ6V5SP18W" 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 => "01KBSPDP8N960EB7WJ6V5SP18W" 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 => "01KBSPDP8SGQ02CQBS1J7XCKRZ" 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 => "01KBSPDP8SGQ02CQBS1J7XCKRZ" 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 => "01KBSPDP8WSWD1RKQXGQWZ0YRJ" 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 => "01KBSPDP8WSWD1RKQXGQWZ0YRJ" 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 => "01KBSPDP905HGMEE6YETWXVVQA" 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 => "01KBSPDP905HGMEE6YETWXVVQA" 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 => "01KBSPDP94VP3174M6BJB0T7G6" 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 => "01KBSPDP94VP3174M6BJB0T7G6" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP97BM2WWPQX74XP1DHZ" 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 => "01KBSPDP9D9ZNCGX248B4QPRQ7" 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 => "01KBSPDP9D9ZNCGX248B4QPRQ7" 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 => "01KBSPDP9H9HMQ5K79755Z8CG8" 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 => "01KBSPDP9H9HMQ5K79755Z8CG8" 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 => "01KBSPDP9H9HMQ5K79755Z8CG8" 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 => "01KBSPDP9H9HMQ5K79755Z8CG8" 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 => "01KBSPDP9NKZD0WJ96RDNVM7YY" 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 => "01KBSPDP9NKZD0WJ96RDNVM7YY" 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 => "01KBSPDP9NKZD0WJ96RDNVM7YY" 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 => "01KBSPDP9NKZD0WJ96RDNVM7YY" 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 => "01KBSPDP9TYNF0YXC6MRX5R800" 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 => "01KBSPDP9TYNF0YXC6MRX5R800" 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 => "01KBSPDP9TYNF0YXC6MRX5R800" 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 => "01KBSPDP9TYNF0YXC6MRX5R800" 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 => "01KBSPDP9Y1N7FP7H9QQSDAYG8" 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 => "01KBSPDP9Y1N7FP7H9QQSDAYG8" 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 => "01KBSPDPA2MZSF2J0MK78XH1Z6" 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 => "01KBSPDPA2MZSF2J0MK78XH1Z6" 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 => "01KBSPDPA6VW0XQBQZVFDV0T50" 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 => "01KBSPDPA6VW0XQBQZVFDV0T50" 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 => "01KBSPDPAAR561R6Z4KZBQ0SJ5" 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 => "01KBSPDPAAR561R6Z4KZBQ0SJ5" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAEQMQW14XJ7NV5Z414" 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 => "01KBSPDPAMT7420BZ8YR4MF2M1" 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 => "01KBSPDPAMT7420BZ8YR4MF2M1" 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 => "01KBSPDPAMT7420BZ8YR4MF2M1" 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 => "01KBSPDPAMT7420BZ8YR4MF2M1" 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 => "01KBSPDPASBYYWXGVB7Y35F1Z4" 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 => "01KBSPDPASBYYWXGVB7Y35F1Z4" 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 => "01KBSPDPAXV04QCQFD7QXN7WKD" 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 => "01KBSPDPAXV04QCQFD7QXN7WKD" 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 => "01KBSPDPB154PWB1XA5PEKMPTH" 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 => "01KBSPDPB154PWB1XA5PEKMPTH" 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 => "01KBSPDPB596K7P906KPHTH3NG" 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 => "01KBSPDPB596K7P906KPHTH3NG" 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 => "01KBSPDPB596K7P906KPHTH3NG" 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 => "01KBSPDPB596K7P906KPHTH3NG" 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 => "01KBSPDPBA81MEEFDEXWKPNNW3" 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 => "01KBSPDPBA81MEEFDEXWKPNNW3" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBEHTE8FP9MVRHRHVR0" 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 => "01KBSPDPBM2F8Q1CCSXHF8NPQA" 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 => "01KBSPDPBM2F8Q1CCSXHF8NPQA" 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 => "01KBSPDPBRSF4FQWG5Z70Q2SWG" 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 => "01KBSPDPBRSF4FQWG5Z70Q2SWG" 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 => "01KBSPDPBWB4KABGB706NG5C1E" 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 => "01KBSPDPBWB4KABGB706NG5C1E" 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 => "01KBSPDPC1QVSRAKC5E6JFX0XD" 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 => "01KBSPDPC1QVSRAKC5E6JFX0XD" 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 => "01KBSPDPC5W1AARNJJT1BC1J9H" 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 => "01KBSPDPC5W1AARNJJT1BC1J9H" 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 => "01KBSPDPC5W1AARNJJT1BC1J9H" 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 => "01KBSPDPC5W1AARNJJT1BC1J9H" 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 => "01KBSPDPCAHMWM9NXE2944Q788" 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 => "01KBSPDPCAHMWM9NXE2944Q788" 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 => "01KBSPDPCAHMWM9NXE2944Q788" 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 => "01KBSPDPCAHMWM9NXE2944Q788" 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 => "01KBSPDPCF0NA28S70AAPFGMFJ" 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 => "01KBSPDPCF0NA28S70AAPFGMFJ" 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 => "01KBSPDPCKFDYFV02AATFF7N54" 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 => "01KBSPDPCKFDYFV02AATFF7N54" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCQAWFRY4Q6HBGNWJR7" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPCX9VP0G5WA44RQM25A" 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 => "01KBSPDPD2G5HQQKHMZ317WKJV" 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 => "01KBSPDPD2G5HQQKHMZ317WKJV" 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 => "01KBSPDPD7273QQSE6T3S714R5" 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 => "01KBSPDPD7273QQSE6T3S714R5" 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 => "01KBSPDPD7273QQSE6T3S714R5" 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 => "01KBSPDPD7273QQSE6T3S714R5" 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 => "01KBSPDPDCJ28VZM3P4WY3E6ZX" 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 => "01KBSPDPDCJ28VZM3P4WY3E6ZX" 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 => "01KBSPDPDG352E2KW746P4G6XR" 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 => "01KBSPDPDG352E2KW746P4G6XR" 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 => "01KBSPDPDMX02TG90EJ5RENW4M" 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 => "01KBSPDPDMX02TG90EJ5RENW4M" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPDSRG5DEGMQGR5K25X9" 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 => "01KBSPDPE0QFYDQX2YF2M1ZAH9" 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 => "01KBSPDPE0QFYDQX2YF2M1ZAH9" 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 => "01KBSPDPE4TX96QG230GYD8MNJ" 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 => "01KBSPDPE4TX96QG230GYD8MNJ" 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 => "01KBSPDPE9XTRN8CKD17XDEGQM" 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 => "01KBSPDPE9XTRN8CKD17XDEGQM" 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 => "01KBSPDPEEZN0RDW2377PGA7G8" 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 => "01KBSPDPEEZN0RDW2377PGA7G8" 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 => "01KBSPDPEEZN0RDW2377PGA7G8" 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 => "01KBSPDPEEZN0RDW2377PGA7G8" 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 => "01KBSPDPEKJSFQMSV4HC2Y73P4" 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 => "01KBSPDPEKJSFQMSV4HC2Y73P4" 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 => "01KBSPDPEQ9PJHY6MQ3B61500T" 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 => "01KBSPDPEQ9PJHY6MQ3B61500T" 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 => "01KBSPDPEWE0MEFQYH77SV7HK7" 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 => "01KBSPDPEWE0MEFQYH77SV7HK7" 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 => "01KBSPDPF0Y8EDCPX7E48NN8ES" 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 => "01KBSPDPF0Y8EDCPX7E48NN8ES" 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 => "01KBSPDPF5A7KBHAG3HPAY8QDQ" 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 => "01KBSPDPF5A7KBHAG3HPAY8QDQ" 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 => "01KBSPDPF5A7KBHAG3HPAY8QDQ" 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 => "01KBSPDPF5A7KBHAG3HPAY8QDQ" 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 => "01KBSPDPFB2C5WWRGDTTT9WAMQ" 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 => "01KBSPDPFB2C5WWRGDTTT9WAMQ" 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 => "01KBSPDPFB2C5WWRGDTTT9WAMQ" 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 => "01KBSPDPFB2C5WWRGDTTT9WAMQ" 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 => "01KBSPDPFHKMDGGZRW095C6VYH" 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 => "01KBSPDPFHKMDGGZRW095C6VYH" 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 => "01KBSPDPFNCCA7EDA6A8SVE23Y" 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 => "01KBSPDPFNCCA7EDA6A8SVE23Y" 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 => "01KBSPDPFTB6MAJ3YHMR2F2QP7" 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 => "01KBSPDPFTB6MAJ3YHMR2F2QP7" 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 => "01KBSPDPFZ78ZS2RXKNRDX9VM0" 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 => "01KBSPDPFZ78ZS2RXKNRDX9VM0" 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 => "01KBSPDPG45ZGJ8142JZJPZ01E" 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 => "01KBSPDPG45ZGJ8142JZJPZ01E" 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 => "01KBSPDPG80HSQV11KMBNA4JXF" 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 => "01KBSPDPG80HSQV11KMBNA4JXF" 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 => "01KBSPDPGDYSS294HWYR95DWF6" 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 => "01KBSPDPGDYSS294HWYR95DWF6" 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 => "01KBSPDPGJ4NNBNKZGJCEZ9AH6" 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 => "01KBSPDPGJ4NNBNKZGJCEZ9AH6" 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 => "01KBSPDPGQ4A92M2S20NJ18F2F" 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 => "01KBSPDPGQ4A92M2S20NJ18F2F" 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 => "01KBSPDPGWM8FB5WDDSNBTYEZV" 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 => "01KBSPDPGWM8FB5WDDSNBTYEZV" 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 => "01KBSPDPH1FTZN150F3X4V09SW" 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 => "01KBSPDPH1FTZN150F3X4V09SW" 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 => "01KBSPDPH1FTZN150F3X4V09SW" 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 => "01KBSPDPH1FTZN150F3X4V09SW" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPH7D37CH1V3YP67JT88" 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 => "01KBSPDPHET7CQ5RHNFWCG0VTZ" 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 => "01KBSPDPHET7CQ5RHNFWCG0VTZ" 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 => "01KBSPDPHET7CQ5RHNFWCG0VTZ" 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 => "01KBSPDPHET7CQ5RHNFWCG0VTZ" 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 => "01KBSPDPHKVZ8F7W52TRPWDX8K" 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 => "01KBSPDPHKVZ8F7W52TRPWDX8K" 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 => "01KBSPDPHR6EJFEABYMF6BKA3Q" 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 => "01KBSPDPHR6EJFEABYMF6BKA3Q" 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 => "01KBSPDPHX5G6SVEJ2BAAJWKVC" 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 => "01KBSPDPHX5G6SVEJ2BAAJWKVC" 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 => "01KBSPDPHX5G6SVEJ2BAAJWKVC" 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 => "01KBSPDPHX5G6SVEJ2BAAJWKVC" 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 => "01KBSPDPJ3QM9FSGKHBBFA7645" 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 => "01KBSPDPJ3QM9FSGKHBBFA7645" 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 => "01KBSPDPJ8S88ZHR2SR5YHPWV6" 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 => "01KBSPDPJ8S88ZHR2SR5YHPWV6" 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 => "01KBSPDPJECMWDSCYFBG6T5H7B" 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 => "01KBSPDPJECMWDSCYFBG6T5H7B" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJKZMG28FENVK6FJ43C" 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 => "01KBSPDPJT8T41DWCHGG0P340W" 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 => "01KBSPDPJT8T41DWCHGG0P340W" 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 => "01KBSPDPJZ4PVFV7D0TC8NKF81" 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 => "01KBSPDPJZ4PVFV7D0TC8NKF81" 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 => "01KBSPDPJZ4PVFV7D0TC8NKF81" 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 => "01KBSPDPJZ4PVFV7D0TC8NKF81" 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 => "01KBSPDPK555JKZP4FD6WH6EYN" 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 => "01KBSPDPK555JKZP4FD6WH6EYN" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKA8FT1Z0GNVSSB7807" 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 => "01KBSPDPKGE332HGTBV5XQT97S" 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 => "01KBSPDPKGE332HGTBV5XQT97S" 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 => "01KBSPDPKPXWR0Z9MQRWD07FWB" 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 => "01KBSPDPKPXWR0Z9MQRWD07FWB" 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 => "01KBSPDPKVVJG0X7SWFGRZ5FEG" 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 => "01KBSPDPKVVJG0X7SWFGRZ5FEG" 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 => "01KBSPDPM0T4KJ46YHKADZ3RAN" 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 => "01KBSPDPM0T4KJ46YHKADZ3RAN" 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 => "01KBSPDPM5NXQ50VBRN22M8684" 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 => "01KBSPDPM5NXQ50VBRN22M8684" 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 => "01KBSPDPM5NXQ50VBRN22M8684" 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 => "01KBSPDPM5NXQ50VBRN22M8684" 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 => "01KBSPDPMB6MHSE3FYG142B98P" 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 => "01KBSPDPMB6MHSE3FYG142B98P" 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 => "01KBSPDPMH7AX2ZX6DVKNA4ZQW" 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 => "01KBSPDPMH7AX2ZX6DVKNA4ZQW" 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 => "01KBSPDPMH7AX2ZX6DVKNA4ZQW" 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 => "01KBSPDPMH7AX2ZX6DVKNA4ZQW" 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 => "01KBSPDPMR2GPT7ZDYZYPQHNRE" 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 => "01KBSPDPMR2GPT7ZDYZYPQHNRE" 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 => "01KBSPDPMYG944GT0TCW66Z9DE" 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 => "01KBSPDPMYG944GT0TCW66Z9DE" 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 => "01KBSPDPN4G1QTASH28A7WWTHX" 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 => "01KBSPDPN4G1QTASH28A7WWTHX" 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 => "01KBSPDPN4G1QTASH28A7WWTHX" 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 => "01KBSPDPN4G1QTASH28A7WWTHX" 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 => "01KBSPDPNAYX22Q6GHVXN43RYD" 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 => "01KBSPDPNAYX22Q6GHVXN43RYD" 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 => "01KBSPDPNAYX22Q6GHVXN43RYD" 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 => "01KBSPDPNAYX22Q6GHVXN43RYD" 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 => "01KBSPDPNH35NJDWX6PDDXQRAJ" 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 => "01KBSPDPNH35NJDWX6PDDXQRAJ" 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 => "01KBSPDPNQCWAKH523H2FAJ9M8" 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 => "01KBSPDPNQCWAKH523H2FAJ9M8" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPNWGV20M7PPA42Q2MGD" 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 => "01KBSPDPP3052R85VEAKDTYBMZ" 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 => "01KBSPDPP3052R85VEAKDTYBMZ" 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 => "01KBSPDPP3052R85VEAKDTYBMZ" 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 => "01KBSPDPP3052R85VEAKDTYBMZ" 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 => "01KBSPDPPA97Y20B7C3WGM0QDT" 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 => "01KBSPDPPA97Y20B7C3WGM0QDT" 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 => "01KBSPDPPG7V30G0CWWRBG8Z2B" 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 => "01KBSPDPPG7V30G0CWWRBG8Z2B" 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 => "01KBSPDPPNH8B4G2DGQ2G6R07H" 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 => "01KBSPDPPNH8B4G2DGQ2G6R07H" 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 => "01KBSPDPPNH8B4G2DGQ2G6R07H" 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 => "01KBSPDPPNH8B4G2DGQ2G6R07H" 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 => "01KBSPDPPVJABD9CQVQK4D0BJ3" 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 => "01KBSPDPPVJABD9CQVQK4D0BJ3" 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 => "01KBSPDPPVJABD9CQVQK4D0BJ3" 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 => "01KBSPDPPVJABD9CQVQK4D0BJ3" 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 => "01KBSPDPQ1ZMKSZ9J4CB2A36G1" 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 => "01KBSPDPQ1ZMKSZ9J4CB2A36G1" 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 => "01KBSPDPQ71HW3A3MGWV7EB3ZF" 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 => "01KBSPDPQ71HW3A3MGWV7EB3ZF" 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 => "01KBSPDPQDVASHW0EP8C7YF4ZB" 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 => "01KBSPDPQDVASHW0EP8C7YF4ZB" 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 => "01KBSPDPQDVASHW0EP8C7YF4ZB" 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 => "01KBSPDPQDVASHW0EP8C7YF4ZB" 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 => "01KBSPDPQKDS4HAPVXPJ79C0TT" 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 => "01KBSPDPQKDS4HAPVXPJ79C0TT" 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 => "01KBSPDPQS3AERP9WCDE5XAQTC" 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 => "01KBSPDPQS3AERP9WCDE5XAQTC" 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 => "01KBSPDPQYRP1YWJ6J8WGTJKNW" 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 => "01KBSPDPQYRP1YWJ6J8WGTJKNW" 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 => "01KBSPDPQYRP1YWJ6J8WGTJKNW" 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 => "01KBSPDPQYRP1YWJ6J8WGTJKNW" 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 => "01KBSPDPR4QQ7B4CBRCTSBK4MC" 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 => "01KBSPDPR4QQ7B4CBRCTSBK4MC" 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 => "01KBSPDPRA4XBZ0899THFQCME4" 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 => "01KBSPDPRA4XBZ0899THFQCME4" 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 => "01KBSPDPRG2PZDK7P29G5VHZ7W" 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 => "01KBSPDPRG2PZDK7P29G5VHZ7W" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRPSAZX5PFHG3JTJ66P" 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 => "01KBSPDPRXJB7ERZ1G6R27M7F4" 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 => "01KBSPDPRXJB7ERZ1G6R27M7F4" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS2HGC84JXAE0H4JZKS" 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 => "01KBSPDPS9ZH1K22JGJTETKHMY" 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 => "01KBSPDPS9ZH1K22JGJTETKHMY" 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 => "01KBSPDPSFDHH7CG972CWEZWDD" 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 => "01KBSPDPSFDHH7CG972CWEZWDD" 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 => "01KBSPDPSFDHH7CG972CWEZWDD" 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 => "01KBSPDPSFDHH7CG972CWEZWDD" 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 => "01KBSPDPSP77XXQJ2DGZJCXRZX" 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 => "01KBSPDPSP77XXQJ2DGZJCXRZX" 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 => "01KBSPDPSP77XXQJ2DGZJCXRZX" 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 => "01KBSPDPSP77XXQJ2DGZJCXRZX" 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 => "01KBSPDPSX1W88QHWFC8V7MS3D" 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 => "01KBSPDPSX1W88QHWFC8V7MS3D" 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 => "01KBSPDPT2B1EVBR0A2CFJ5NZK" 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 => "01KBSPDPT2B1EVBR0A2CFJ5NZK" 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 => "01KBSPDPT8JQWTHAHZHGTAVYR2" 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 => "01KBSPDPT8JQWTHAHZHGTAVYR2" 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 => "01KBSPDPTEEC55X172YEWZPA3M" 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 => "01KBSPDPTEEC55X172YEWZPA3M" 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 => "01KBSPDPTNKQG3QEDHVR0XH0R4" 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 => "01KBSPDPTNKQG3QEDHVR0XH0R4" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPTVABA79K81NW2YRRP5" 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 => "01KBSPDPV2H16PNQ7YG0C45NW0" 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 => "01KBSPDPV2H16PNQ7YG0C45NW0" 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 => "01KBSPDPV8XFTW7E4PZ2Q55XM9" 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 => "01KBSPDPV8XFTW7E4PZ2Q55XM9" 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 => "01KBSPDPVEHWDY3E4ZD20QTSBS" 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 => "01KBSPDPVEHWDY3E4ZD20QTSBS" 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 => "01KBSPDPVNTKC1FXRQYQNP9MAC" 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 => "01KBSPDPVNTKC1FXRQYQNP9MAC" 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 => "01KBSPDPVV228SDRX4T1HADDW4" 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 => "01KBSPDPVV228SDRX4T1HADDW4" 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 => "01KBSPDPW22H5W8SGSKH3H1MVP" 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 => "01KBSPDPW22H5W8SGSKH3H1MVP" 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 => "01KBSPDPW22H5W8SGSKH3H1MVP" 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 => "01KBSPDPW22H5W8SGSKH3H1MVP" 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 => "01KBSPDPW9NCATSRJGY5SDJ5XN" 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 => "01KBSPDPW9NCATSRJGY5SDJ5XN" 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 => "01KBSPDPW9NCATSRJGY5SDJ5XN" 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 => "01KBSPDPW9NCATSRJGY5SDJ5XN" 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 => "01KBSPDPWGEYT9YZ1F0MZH5DZH" 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 => "01KBSPDPWGEYT9YZ1F0MZH5DZH" 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 => "01KBSPDPWPWEQX5RY2RFAHXPAG" 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 => "01KBSPDPWPWEQX5RY2RFAHXPAG" 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 => "01KBSPDPWW8D99K0A2TT1PTJTB" 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 => "01KBSPDPWW8D99K0A2TT1PTJTB" 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 => "01KBSPDPX2F8JSXTX54WRVFBVE" 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 => "01KBSPDPX2F8JSXTX54WRVFBVE" 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 => "01KBSPDPX2F8JSXTX54WRVFBVE" 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 => "01KBSPDPX2F8JSXTX54WRVFBVE" 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 => "01KBSPDPX9GW736A7Y03R7G5Q6" 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 => "01KBSPDPX9GW736A7Y03R7G5Q6" 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 => "01KBSPDPXFTD2QGAGGR72GN83V" 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 => "01KBSPDPXFTD2QGAGGR72GN83V" 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 => "01KBSPDPXFTD2QGAGGR72GN83V" 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 => "01KBSPDPXFTD2QGAGGR72GN83V" 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 => "01KBSPDPXQ947E4W4ZHVCX1NDA" 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 => "01KBSPDPXQ947E4W4ZHVCX1NDA" 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 => "01KBSPDPXX730EF86DVBMVG1HF" 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 => "01KBSPDPXX730EF86DVBMVG1HF" 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 => "01KBSPDPY49289Z61NTNW3JA5P" 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 => "01KBSPDPY49289Z61NTNW3JA5P" 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 => "01KBSPDPYAT3HFJFVJFM5WTQES" 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 => "01KBSPDPYAT3HFJFVJFM5WTQES" 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 => "01KBSPDPYHSS68KWQ57D12P0K7" 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 => "01KBSPDPYHSS68KWQ57D12P0K7" 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 => "01KBSPDPYQ5E7HFJ1NTRJFW0CC" 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 => "01KBSPDPYQ5E7HFJ1NTRJFW0CC" 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 => "01KBSPDPYQ5E7HFJ1NTRJFW0CC" 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 => "01KBSPDPYQ5E7HFJ1NTRJFW0CC" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPYZBPTF3PVW9KM121KK" 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 => "01KBSPDPZ73565TZ9843QMTFVZ" 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 => "01KBSPDPZ73565TZ9843QMTFVZ" 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 => "01KBSPDPZE6CRHBJWKAYW1KBZP" 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 => "01KBSPDPZE6CRHBJWKAYW1KBZP" 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 => "01KBSPDPZNE8RFRD4SXYKMC4XR" 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 => "01KBSPDPZNE8RFRD4SXYKMC4XR" 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 => "01KBSPDPZW80WVEHPFZ0HQ1P8J" 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 => "01KBSPDPZW80WVEHPFZ0HQ1P8J" 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 => "01KBSPDQ03V93DGXR2QCC0AXMF" 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 => "01KBSPDQ03V93DGXR2QCC0AXMF" 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 => "01KBSPDQ0A8TMRY2NX5DCJWNWV" 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 => "01KBSPDQ0A8TMRY2NX5DCJWNWV" 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 => "01KBSPDQ0HGQM7S3SQG7NWMG9H" 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 => "01KBSPDQ0HGQM7S3SQG7NWMG9H" 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 => "01KBSPDQ0RK8AFT4XF80MMHVCF" 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 => "01KBSPDQ0RK8AFT4XF80MMHVCF" 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 => "01KBSPDQ0YR1VQA7C8JFP6H287" 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 => "01KBSPDQ0YR1VQA7C8JFP6H287" 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 => "01KBSPDQ1540JG98XX3439H6E4" 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 => "01KBSPDQ1540JG98XX3439H6E4" 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 => "01KBSPDQ1BN7QD378Q30RBJTRX" 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 => "01KBSPDQ1BN7QD378Q30RBJTRX" 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 => "01KBSPDQ1BN7QD378Q30RBJTRX" 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 => "01KBSPDQ1BN7QD378Q30RBJTRX" 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 => "01KBSPDQ1KCNXHQMKRDFR5W1NM" 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 => "01KBSPDQ1KCNXHQMKRDFR5W1NM" 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 => "01KBSPDQ1KCNXHQMKRDFR5W1NM" 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 => "01KBSPDQ1KCNXHQMKRDFR5W1NM" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ1TZJA4G2TM858K21P9" 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 => "01KBSPDQ245A7V79EHGYH6SF8B" 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 => "01KBSPDQ245A7V79EHGYH6SF8B" 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 => "01KBSPDQ245A7V79EHGYH6SF8B" 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 => "01KBSPDQ245A7V79EHGYH6SF8B" 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 => "01KBSPDQ2C65AWTZNPJQSE0Y3C" 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 => "01KBSPDQ2C65AWTZNPJQSE0Y3C" 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 => "01KBSPDQ2K8Z8XXX8YN6BX4WES" 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 => "01KBSPDQ2K8Z8XXX8YN6BX4WES" 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 => "01KBSPDQ2VHJ241P0E2ANYZ2YY" 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 => "01KBSPDQ2VHJ241P0E2ANYZ2YY" 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 => "01KBSPDQ32X2MSNWBV5AD0NN3T" 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 => "01KBSPDQ32X2MSNWBV5AD0NN3T" 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 => "01KBSPDQ391VMDTWHPTPPYKDR1" 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 => "01KBSPDQ391VMDTWHPTPPYKDR1" 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 => "01KBSPDQ3H9SJTN8YWV0B295DR" 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 => "01KBSPDQ3H9SJTN8YWV0B295DR" 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 => "01KBSPDQ3RKVBX8SSN988EYGHF" 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 => "01KBSPDQ3RKVBX8SSN988EYGHF" 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 => "01KBSPDQ3ZW9KWNENW6K4XGKZH" 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 => "01KBSPDQ3ZW9KWNENW6K4XGKZH" 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 => "01KBSPDQ47XCQM7RGDN04R3807" 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 => "01KBSPDQ47XCQM7RGDN04R3807" 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 => "01KBSPDQ47XCQM7RGDN04R3807" 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 => "01KBSPDQ47XCQM7RGDN04R3807" 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 => "01KBSPDQ4EJZY9BFYT49SBQXT6" 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 => "01KBSPDQ4EJZY9BFYT49SBQXT6" 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 => "01KBSPDQ4N3SRG375ND9M6R7A4" 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 => "01KBSPDQ4N3SRG375ND9M6R7A4" 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 => "01KBSPDQ4WD41KN64T504S6AKC" 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 => "01KBSPDQ4WD41KN64T504S6AKC" 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 => "01KBSPDQ54TET3YTP33JG4MW0X" 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 => "01KBSPDQ54TET3YTP33JG4MW0X" 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 => "01KBSPDQ5BM3F4E6X4GRR55RH3" 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 => "01KBSPDQ5BM3F4E6X4GRR55RH3" 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 => "01KBSPDQ5K3QA0M5VAF51EPAJA" 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 => "01KBSPDQ5K3QA0M5VAF51EPAJA" 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 => "01KBSPDQ5TFAJYJ5TW2RYRABZ1" 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 => "01KBSPDQ5TFAJYJ5TW2RYRABZ1" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ61TMMZN6AHKFW8WGS0" 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 => "01KBSPDQ6AM9XW9MXJN0DEV766" 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 => "01KBSPDQ6AM9XW9MXJN0DEV766" 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 => "01KBSPDQ6HDTZNTW66T0CXY6HY" 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 => "01KBSPDQ6HDTZNTW66T0CXY6HY" 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 => "01KBSPDQ6R2QNMGK1A1QF6QKK9" 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 => "01KBSPDQ6R2QNMGK1A1QF6QKK9" 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 => "01KBSPDQ6ZQ0NRRQH4WSAD1R8E" 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 => "01KBSPDQ6ZQ0NRRQH4WSAD1R8E" 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 => "01KBSPDQ6ZQ0NRRQH4WSAD1R8E" 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 => "01KBSPDQ6ZQ0NRRQH4WSAD1R8E" 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 => "01KBSPDQ77Z0Y271KJMSBSQ46V" 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 => "01KBSPDQ77Z0Y271KJMSBSQ46V" 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 => "01KBSPDQ7EYT94H1KD26BD58QG" 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 => "01KBSPDQ7EYT94H1KD26BD58QG" 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 => "01KBSPDQ7P9T3FW3RFBA8SCP4M" 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 => "01KBSPDQ7P9T3FW3RFBA8SCP4M" 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 => "01KBSPDQ7P9T3FW3RFBA8SCP4M" 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 => "01KBSPDQ7P9T3FW3RFBA8SCP4M" 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 => "01KBSPDQ7Y7K3881B5F15YNARR" 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 => "01KBSPDQ7Y7K3881B5F15YNARR" 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 => "01KBSPDQ8B0W433DSN953ACVFN" 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 => "01KBSPDQ8B0W433DSN953ACVFN" 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 => "01KBSPDQ8KW9H3XX3WVJAF6HQH" 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 => "01KBSPDQ8KW9H3XX3WVJAF6HQH" 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 => "01KBSPDQ8KW9H3XX3WVJAF6HQH" 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 => "01KBSPDQ8KW9H3XX3WVJAF6HQH" 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 => "01KBSPDQ8VS0YH2KEGHHEGCMAF" 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 => "01KBSPDQ8VS0YH2KEGHHEGCMAF" 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 => "01KBSPDQ92QR6WRSN3YS7S4R0J" 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 => "01KBSPDQ92QR6WRSN3YS7S4R0J" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9AVZBPD23QSWMMCEM4" 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 => "01KBSPDQ9KYDW2E49RGXVH1BYY" 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 => "01KBSPDQ9KYDW2E49RGXVH1BYY" 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 => "01KBSPDQ9TCMMGS0AJNKCDM939" 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 => "01KBSPDQ9TCMMGS0AJNKCDM939" 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 => "01KBSPDQA24SAWDCA0E5S3AQCQ" 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 => "01KBSPDQA24SAWDCA0E5S3AQCQ" 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 => "01KBSPDQAAW6H800DAZ4EKQKMT" 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 => "01KBSPDQAAW6H800DAZ4EKQKMT" 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 => "01KBSPDQAJ91GBAG6PHMRVWA9D" 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 => "01KBSPDQAJ91GBAG6PHMRVWA9D" 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 => "01KBSPDQATYN78422FR2RW5M4R" 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 => "01KBSPDQATYN78422FR2RW5M4R" 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 => "01KBSPDQB2RNGGVPSYVMVRDMBN" 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 => "01KBSPDQB2RNGGVPSYVMVRDMBN" 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 => "01KBSPDQBBZ73BQK98GKZ3YRT5" 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 => "01KBSPDQBBZ73BQK98GKZ3YRT5" 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 => "01KBSPDQBK4MREKKF6JSJW1MD3" 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 => "01KBSPDQBK4MREKKF6JSJW1MD3" 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 => "01KBSPDQBVDXNCENC2FB0G5TTZ" 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 => "01KBSPDQBVDXNCENC2FB0G5TTZ" 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 => "01KBSPDQC2SN6NGBWRGVJFHFFH" 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 => "01KBSPDQC2SN6NGBWRGVJFHFFH" 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 => "01KBSPDQC2SN6NGBWRGVJFHFFH" 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 => "01KBSPDQC2SN6NGBWRGVJFHFFH" 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 => "01KBSPDQCANZWD6S29DRZA3XW1" 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 => "01KBSPDQCANZWD6S29DRZA3XW1" 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 => "01KBSPDQCJDW8VW05HDWB21KCP" 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 => "01KBSPDQCJDW8VW05HDWB21KCP" 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 => "01KBSPDQCVKD0YAENM0BX8A4X0" 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 => "01KBSPDQCVKD0YAENM0BX8A4X0" 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 => "01KBSPDQD3AQY9EGR45ZWBKJ9T" 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 => "01KBSPDQD3AQY9EGR45ZWBKJ9T" 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 => "01KBSPDQD3AQY9EGR45ZWBKJ9T" 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 => "01KBSPDQD3AQY9EGR45ZWBKJ9T" 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 => "01KBSPDQDCZ9C3RT4M9SBDKP8E" 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 => "01KBSPDQDCZ9C3RT4M9SBDKP8E" 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 => "01KBSPDQDM3SKHC152D5MF73KP" 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 => "01KBSPDQDM3SKHC152D5MF73KP" 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 => "01KBSPDQDW3A7XERVXPJ1H787H" 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 => "01KBSPDQDW3A7XERVXPJ1H787H" 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 => "01KBSPDQE4NAJF393KB5ZZY51Y" 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 => "01KBSPDQE4NAJF393KB5ZZY51Y" 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 => "01KBSPDQECYK7XGQZEFGDVJ87Y" 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 => "01KBSPDQECYK7XGQZEFGDVJ87Y" 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 => "01KBSPDQEMBGE4R5E4D98GVVG1" 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 => "01KBSPDQEMBGE4R5E4D98GVVG1" 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 => "01KBSPDQEXR8W9S6JNF2KWJGY5" 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 => "01KBSPDQEXR8W9S6JNF2KWJGY5" 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 => "01KBSPDQF5Y2WWR3KVDKEW9FXS" 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 => "01KBSPDQF5Y2WWR3KVDKEW9FXS" 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 => "01KBSPDQFD2EV3X606QQ9JX0QB" 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 => "01KBSPDQFD2EV3X606QQ9JX0QB" 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 => "01KBSPDQFNKGPVJR88ANWNWVXN" 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 => "01KBSPDQFNKGPVJR88ANWNWVXN" 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 => "01KBSPDQFNKGPVJR88ANWNWVXN" 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 => "01KBSPDQFNKGPVJR88ANWNWVXN" 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 => "01KBSPDQFY1DEQA38ZA49HZA5E" 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 => "01KBSPDQFY1DEQA38ZA49HZA5E" 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 => "01KBSPDQFY1DEQA38ZA49HZA5E" 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 => "01KBSPDQFY1DEQA38ZA49HZA5E" 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 => "01KBSPDQG73B4229KMX27X69EJ" 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 => "01KBSPDQG73B4229KMX27X69EJ" 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 => "01KBSPDQG73B4229KMX27X69EJ" 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 => "01KBSPDQG73B4229KMX27X69EJ" 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 => "01KBSPDQGG4P6899EV0TB7V9T9" 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 => "01KBSPDQGG4P6899EV0TB7V9T9" 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 => "01KBSPDQGR85ECA0VASRT85T88" 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 => "01KBSPDQGR85ECA0VASRT85T88" 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 => "01KBSPDQGR85ECA0VASRT85T88" 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 => "01KBSPDQGR85ECA0VASRT85T88" 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 => "01KBSPDQH11MCT8DNK5Q5W9VK5" 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 => "01KBSPDQH11MCT8DNK5Q5W9VK5" 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 => "01KBSPDQHAE4SEMDJCM36NBHH3" 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 => "01KBSPDQHAE4SEMDJCM36NBHH3" 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 => "01KBSPDQHAE4SEMDJCM36NBHH3" 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 => "01KBSPDQHAE4SEMDJCM36NBHH3" 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 => "01KBSPDQHKEHXR6V2Z593KS9GV" 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 => "01KBSPDQHKEHXR6V2Z593KS9GV" 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 => "01KBSPDQHKEHXR6V2Z593KS9GV" 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 => "01KBSPDQHKEHXR6V2Z593KS9GV" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQHWWWJ2WECX31ETH5W5" 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 => "01KBSPDQJ77H1MBYH0CZABJGPW" 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 => "01KBSPDQJ77H1MBYH0CZABJGPW" 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 => "01KBSPDQJ77H1MBYH0CZABJGPW" 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 => "01KBSPDQJ77H1MBYH0CZABJGPW" 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 => "01KBSPDQJGN9630E2K5Y4M9H0M" 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 => "01KBSPDQJGN9630E2K5Y4M9H0M" 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 => "01KBSPDQJRJK0AM9Z9EA6XW1ZK" 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 => "01KBSPDQJRJK0AM9Z9EA6XW1ZK" 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 => "01KBSPDQJRJK0AM9Z9EA6XW1ZK" 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 => "01KBSPDQJRJK0AM9Z9EA6XW1ZK" 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 => "01KBSPDQK152S69FJT9J827ZRZ" 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 => "01KBSPDQK152S69FJT9J827ZRZ" 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 => "01KBSPDQK152S69FJT9J827ZRZ" 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 => "01KBSPDQK152S69FJT9J827ZRZ" 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 => "01KBSPDQKAJMWV4FVV1N0E0VAG" 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 => "01KBSPDQKAJMWV4FVV1N0E0VAG" 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 => "01KBSPDQKAJMWV4FVV1N0E0VAG" 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 => "01KBSPDQKAJMWV4FVV1N0E0VAG" 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 => "01KBSPDQKK532W4CE7T68WBGYC" 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 => "01KBSPDQKK532W4CE7T68WBGYC" 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 => "01KBSPDQKYW5NX2WY1N1WRV0WP" 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 => "01KBSPDQKYW5NX2WY1N1WRV0WP" 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 => "01KBSPDQM8FAGGMQNX94CPQQX9" 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 => "01KBSPDQM8FAGGMQNX94CPQQX9" 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 => "01KBSPDQMJHDMVGRCGV51HT2KC" 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 => "01KBSPDQMJHDMVGRCGV51HT2KC" 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 => "01KBSPDQMV2DCEWGNP3SS7KAFH" 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 => "01KBSPDQMV2DCEWGNP3SS7KAFH" 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 => "01KBSPDQN43BFK9X9VFCDT9DZR" 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 => "01KBSPDQN43BFK9X9VFCDT9DZR" 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 => "01KBSPDQND916TDBEXX1WMXGRC" 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 => "01KBSPDQND916TDBEXX1WMXGRC" 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 => "01KBSPDQND916TDBEXX1WMXGRC" 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 => "01KBSPDQND916TDBEXX1WMXGRC" 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 => "01KBSPDQNQHYRERPZZAAMTSP52" 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 => "01KBSPDQNQHYRERPZZAAMTSP52" 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 => "01KBSPDQNQHYRERPZZAAMTSP52" 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 => "01KBSPDQNQHYRERPZZAAMTSP52" 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 => "01KBSPDQP1R9CZXBWM2127DC35" 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 => "01KBSPDQP1R9CZXBWM2127DC35" 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 => "01KBSPDQP1R9CZXBWM2127DC35" 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 => "01KBSPDQP1R9CZXBWM2127DC35" 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 => "01KBSPDQPA3SB2CX3C4BDK056H" 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 => "01KBSPDQPA3SB2CX3C4BDK056H" 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 => "01KBSPDQPKG8A6B1QWPFYXEB98" 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 => "01KBSPDQPKG8A6B1QWPFYXEB98" 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 => "01KBSPDQPWBMF5AED5JVJEKX6Q" 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 => "01KBSPDQPWBMF5AED5JVJEKX6Q" 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 => "01KBSPDQQ5FNSZJPFPTBD4VB82" 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 => "01KBSPDQQ5FNSZJPFPTBD4VB82" 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 => "01KBSPDQQ5FNSZJPFPTBD4VB82" 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 => "01KBSPDQQ5FNSZJPFPTBD4VB82" 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 => "01KBSPDQQJ8NG9JJDS29PWFFHE" 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 => "01KBSPDQQJ8NG9JJDS29PWFFHE" 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 => "01KBSPDQQVQYQ1J1W9CTWXX2M7" 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 => "01KBSPDQQVQYQ1J1W9CTWXX2M7" 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 => "01KBSPDQR4MNC21YKK9CBJGDTZ" 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 => "01KBSPDQR4MNC21YKK9CBJGDTZ" 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 => "01KBSPDQRD4AV1VJJRP1NAA2SR" 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 => "01KBSPDQRD4AV1VJJRP1NAA2SR" 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 => "01KBSPDQRQWBNNRDGWR6VC8MDT" 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 => "01KBSPDQRQWBNNRDGWR6VC8MDT" 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 => "01KBSPDQRQWBNNRDGWR6VC8MDT" 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 => "01KBSPDQRQWBNNRDGWR6VC8MDT" 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 => "01KBSPDQS1YM81ZR2TJD0XDNR6" 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 => "01KBSPDQS1YM81ZR2TJD0XDNR6" 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 => "01KBSPDQSBPNEED5XE5BS3N4PD" 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 => "01KBSPDQSBPNEED5XE5BS3N4PD" 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 => "01KBSPDQSMDN2SCFBK34P4WHQ9" 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 => "01KBSPDQSMDN2SCFBK34P4WHQ9" 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 => "01KBSPDQSYZHPWJKQQD2W6B6AC" 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 => "01KBSPDQSYZHPWJKQQD2W6B6AC" 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 => "01KBSPDQT9AV0WWXABJA9JHDN0" 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 => "01KBSPDQT9AV0WWXABJA9JHDN0" 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 |
|