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.eyJpYXQiOjE3NjUwMjA0ODksImV4cCI6MTc2NTAyNDA4OSwicm9sZXMiOlsiUk9MRV9SRVNUX0FQSSIsIlJPTEVfVVNFUiIsIlJPTEVfTk9MSU1JVCJdLCJ1c2VybmFtZSI6ImFwaUBsZWVjb29wZXIucGwifQ.uVWjiKI5gDtmltVj2cuUBMZ96FfGzmXmKbW_NudHp22rTdgComCgW3KSgbVDrzRUxL6wjboAXG57h4T4qWbB0xWDGMFYIjd3QnZ5JKML6ltpJ3zEtlJnmKOnJEeoaSqSJcFLIiu0R0Bu54kbYKlyvB2lc7ot6QVart0DgMhUhATA3FoMkonEPDB-jJnq8bSaxB9-AMta4u-D8ow2qVoZ82i7sbbfUsDqpirPieRHU6K-1zfd-LhU8zrxoNVvqF2eY7dVNhI1n7V16Ns484SS3N77sr9TvBCygmwzqb5OSrrU7Gu2BXht5xUdyo3Q344CNQmdzyYD5E-6cZaO5QKhjw" } "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:28:02" 2 => 7 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 7 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 8 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 8 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 9 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 9 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 10 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 18 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 28 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 101 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 105 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 121 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 121 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 122 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 122 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 123 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 163 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 203 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 203 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 204 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 204 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 205 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 2 => 205 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "UPDATE products SET updated_at = ? WHERE id = ?" (parameters: [ 1 => "2025-12-06 11:28:02" 2 => 206 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 208 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 2 => 226 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "UPDATE products SET updated_at = ? WHERE id = ?" "params" => [ 1 => "2025-12-06 11:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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:28:02" 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 => "01KBSPPTTYS523SA60ZF1ADHQ5" 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 => "01KBSPPTTYS523SA60ZF1ADHQ5" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV23MGQK7SK7C698E3B" 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 => "01KBSPPTV656G7C3ZRG56857D7" 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 => "01KBSPPTV656G7C3ZRG56857D7" 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 => "01KBSPPTV9PT62FY9VV15ZYCYW" 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 => "01KBSPPTV9PT62FY9VV15ZYCYW" 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 => "01KBSPPTV9PT62FY9VV15ZYCYW" 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 => "01KBSPPTV9PT62FY9VV15ZYCYW" 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 => "01KBSPPTVD1FCMB38HGP2EDHJJ" 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 => "01KBSPPTVD1FCMB38HGP2EDHJJ" 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 => "01KBSPPTVH54NKH32NFNGVQ75F" 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 => "01KBSPPTVH54NKH32NFNGVQ75F" 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 => "01KBSPPTVH54NKH32NFNGVQ75F" 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 => "01KBSPPTVH54NKH32NFNGVQ75F" 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 => "01KBSPPTVNVCVEG7J3C9D495M0" 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 => "01KBSPPTVNVCVEG7J3C9D495M0" 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 => "01KBSPPTVRQ8Q5XQ0QK8F08HBT" 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 => "01KBSPPTVRQ8Q5XQ0QK8F08HBT" 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 => "01KBSPPTVWEEESDSSRR7MWAHH0" 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 => "01KBSPPTVWEEESDSSRR7MWAHH0" 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 => "01KBSPPTVZF0X78WST9Z8AHT4G" 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 => "01KBSPPTVZF0X78WST9Z8AHT4G" 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 => "01KBSPPTW2DPQX0MH358JHH5QK" 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 => "01KBSPPTW2DPQX0MH358JHH5QK" 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 => "01KBSPPTW567PKNEWZPHJQNNH2" 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 => "01KBSPPTW567PKNEWZPHJQNNH2" 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 => "01KBSPPTW96YY1X4CFW9AA2HX3" 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 => "01KBSPPTW96YY1X4CFW9AA2HX3" 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 => "01KBSPPTWC43R35Y0YE7T8JXD1" 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 => "01KBSPPTWC43R35Y0YE7T8JXD1" 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 => "01KBSPPTWFDYACAEVVMZ4DC8RJ" 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 => "01KBSPPTWFDYACAEVVMZ4DC8RJ" 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 => "01KBSPPTWKC4D5PPNA10NYVSC6" 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 => "01KBSPPTWKC4D5PPNA10NYVSC6" 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 => "01KBSPPTWP0Q8VR2VMT08XRS5W" 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 => "01KBSPPTWP0Q8VR2VMT08XRS5W" 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 => "01KBSPPTWTG97JKJ2745BC3FAY" 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 => "01KBSPPTWTG97JKJ2745BC3FAY" 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 => "01KBSPPTWX2TKGHHKCYHV90DD6" 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 => "01KBSPPTWX2TKGHHKCYHV90DD6" 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 => "01KBSPPTWX2TKGHHKCYHV90DD6" 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 => "01KBSPPTWX2TKGHHKCYHV90DD6" 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 => "01KBSPPTX1A7AGV131DF5A9G49" 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 => "01KBSPPTX1A7AGV131DF5A9G49" 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 => "01KBSPPTX5BTBE29C78T73KQQB" 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 => "01KBSPPTX5BTBE29C78T73KQQB" 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 => "01KBSPPTX8ENH1W78RT84J0TT7" 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 => "01KBSPPTX8ENH1W78RT84J0TT7" 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 => "01KBSPPTXC9RKQ69RX7KNPYFPE" 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 => "01KBSPPTXC9RKQ69RX7KNPYFPE" 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 => "01KBSPPTXGT6WNBK6CEHYP427T" 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 => "01KBSPPTXGT6WNBK6CEHYP427T" 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 => "01KBSPPTXM3BTTFZ3S0Z7J12GW" 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 => "01KBSPPTXM3BTTFZ3S0Z7J12GW" 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 => "01KBSPPTXQY4BNXFHR5J9BVE3C" 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 => "01KBSPPTXQY4BNXFHR5J9BVE3C" 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 => "01KBSPPTXV9F2BQ7K4Q7A8F9KX" 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 => "01KBSPPTXV9F2BQ7K4Q7A8F9KX" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTXZSY1AENJ4GR07Q6AJ" 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 => "01KBSPPTY4ATJDZ3CP0BGQEYFP" 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 => "01KBSPPTY4ATJDZ3CP0BGQEYFP" 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 => "01KBSPPTY8NPQJ2R2FD8TPSVR3" 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 => "01KBSPPTY8NPQJ2R2FD8TPSVR3" 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 => "01KBSPPTY8NPQJ2R2FD8TPSVR3" 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 => "01KBSPPTY8NPQJ2R2FD8TPSVR3" 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 => "01KBSPPTYCB6ABTFEA13EVR65N" 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 => "01KBSPPTYCB6ABTFEA13EVR65N" 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 => "01KBSPPTYCB6ABTFEA13EVR65N" 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 => "01KBSPPTYCB6ABTFEA13EVR65N" 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 => "01KBSPPTYHNQ4FQ9H197YA4J7G" 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 => "01KBSPPTYHNQ4FQ9H197YA4J7G" 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 => "01KBSPPTYHNQ4FQ9H197YA4J7G" 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 => "01KBSPPTYHNQ4FQ9H197YA4J7G" 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 => "01KBSPPTYN3GNDBDYJD034X844" 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 => "01KBSPPTYN3GNDBDYJD034X844" 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 => "01KBSPPTYSPT10K8ZK5DRY3SGS" 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 => "01KBSPPTYSPT10K8ZK5DRY3SGS" 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 => "01KBSPPTYXASVRXGHVDFB8R455" 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 => "01KBSPPTYXASVRXGHVDFB8R455" 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 => "01KBSPPTZ1ZY9JTP4F8GZ3BYAQ" 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 => "01KBSPPTZ1ZY9JTP4F8GZ3BYAQ" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZ4X2PK8G64HA8G7R6G" 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 => "01KBSPPTZA30ATFHJ2BB5B1GQP" 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 => "01KBSPPTZA30ATFHJ2BB5B1GQP" 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 => "01KBSPPTZA30ATFHJ2BB5B1GQP" 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 => "01KBSPPTZA30ATFHJ2BB5B1GQP" 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 => "01KBSPPTZF0N8V6Z4T8AMACS4W" 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 => "01KBSPPTZF0N8V6Z4T8AMACS4W" 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 => "01KBSPPTZK8BPE43KVBP26JEK8" 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 => "01KBSPPTZK8BPE43KVBP26JEK8" 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 => "01KBSPPTZQ7XYG9VR10ZQ4S5WC" 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 => "01KBSPPTZQ7XYG9VR10ZQ4S5WC" 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 => "01KBSPPTZVJNAD4EDK6D9BGV1C" 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 => "01KBSPPTZVJNAD4EDK6D9BGV1C" 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 => "01KBSPPTZVJNAD4EDK6D9BGV1C" 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 => "01KBSPPTZVJNAD4EDK6D9BGV1C" 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 => "01KBSPPV00KA80J8ZY0EZYJGJ0" 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 => "01KBSPPV00KA80J8ZY0EZYJGJ0" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV04V3EBJDE68SGTP4ED" 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 => "01KBSPPV0A37ZRNNH9J6AZQPD9" 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 => "01KBSPPV0A37ZRNNH9J6AZQPD9" 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 => "01KBSPPV0ENPAGJ6AW94F9ZAJV" 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 => "01KBSPPV0ENPAGJ6AW94F9ZAJV" 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 => "01KBSPPV0JKKS8PGFCNMP7V7EK" 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 => "01KBSPPV0JKKS8PGFCNMP7V7EK" 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 => "01KBSPPV0QKJNEWETEDB3RTR8W" 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 => "01KBSPPV0QKJNEWETEDB3RTR8W" 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 => "01KBSPPV0VA4W60DJSANHY3M5J" 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 => "01KBSPPV0VA4W60DJSANHY3M5J" 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 => "01KBSPPV0VA4W60DJSANHY3M5J" 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 => "01KBSPPV0VA4W60DJSANHY3M5J" 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 => "01KBSPPV10YVBSDAN21VTAEQ6G" 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 => "01KBSPPV10YVBSDAN21VTAEQ6G" 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 => "01KBSPPV10YVBSDAN21VTAEQ6G" 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 => "01KBSPPV10YVBSDAN21VTAEQ6G" 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 => "01KBSPPV15PEBEV5N226RAG5EQ" 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 => "01KBSPPV15PEBEV5N226RAG5EQ" 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 => "01KBSPPV19WFNE2BW3KXQGRMRP" 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 => "01KBSPPV19WFNE2BW3KXQGRMRP" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1DCPAZJM5QCBMDHD36" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1K7FDCV61NC5N49368" 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 => "01KBSPPV1SWV6EHXSCVMEXHGXM" 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 => "01KBSPPV1SWV6EHXSCVMEXHGXM" 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 => "01KBSPPV1X1NEHRBS0HQF4Y4W9" 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 => "01KBSPPV1X1NEHRBS0HQF4Y4W9" 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 => "01KBSPPV1X1NEHRBS0HQF4Y4W9" 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 => "01KBSPPV1X1NEHRBS0HQF4Y4W9" 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 => "01KBSPPV23W2KDNVDP6CJD1FZY" 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 => "01KBSPPV23W2KDNVDP6CJD1FZY" 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 => "01KBSPPV2748SVYZV3FAFMRMRR" 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 => "01KBSPPV2748SVYZV3FAFMRMRR" 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 => "01KBSPPV2C4VGP18TKQWJK4YMP" 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 => "01KBSPPV2C4VGP18TKQWJK4YMP" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2G323F5XKXZBW56PG8" 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 => "01KBSPPV2Q6EMKM3SDRYC5CKGS" 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 => "01KBSPPV2Q6EMKM3SDRYC5CKGS" 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 => "01KBSPPV2W64EEGVZB898GGAHJ" 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 => "01KBSPPV2W64EEGVZB898GGAHJ" 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 => "01KBSPPV3000YY47NKGJN70F05" 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 => "01KBSPPV3000YY47NKGJN70F05" 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 => "01KBSPPV35D15F9PX07Q9WABWR" 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 => "01KBSPPV35D15F9PX07Q9WABWR" 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 => "01KBSPPV35D15F9PX07Q9WABWR" 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 => "01KBSPPV35D15F9PX07Q9WABWR" 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 => "01KBSPPV3A0MW2A55A25GQR0XX" 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 => "01KBSPPV3A0MW2A55A25GQR0XX" 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 => "01KBSPPV3ED8W6VTPNATDJ82NT" 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 => "01KBSPPV3ED8W6VTPNATDJ82NT" 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 => "01KBSPPV3KXS5C5ST2W1Z5A9NV" 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 => "01KBSPPV3KXS5C5ST2W1Z5A9NV" 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 => "01KBSPPV3RJMNZC3XZ1NCDQSVT" 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 => "01KBSPPV3RJMNZC3XZ1NCDQSVT" 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 => "01KBSPPV3WY4V4BH6YS4G3D6TD" 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 => "01KBSPPV3WY4V4BH6YS4G3D6TD" 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 => "01KBSPPV3WY4V4BH6YS4G3D6TD" 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 => "01KBSPPV3WY4V4BH6YS4G3D6TD" 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 => "01KBSPPV423WMZPNN925NNSWXV" 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 => "01KBSPPV423WMZPNN925NNSWXV" 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 => "01KBSPPV423WMZPNN925NNSWXV" 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 => "01KBSPPV423WMZPNN925NNSWXV" 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 => "01KBSPPV47VYMZ5DZDZ888V6P2" 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 => "01KBSPPV47VYMZ5DZDZ888V6P2" 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 => "01KBSPPV4CF99KSPF0RZ1RPHP8" 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 => "01KBSPPV4CF99KSPF0RZ1RPHP8" 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 => "01KBSPPV4H6AM3HVV3Y37Y31BD" 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 => "01KBSPPV4H6AM3HVV3Y37Y31BD" 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 => "01KBSPPV4P44H21BJ1RT076VGQ" 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 => "01KBSPPV4P44H21BJ1RT076VGQ" 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 => "01KBSPPV4V58FAKNJECQZPNG5A" 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 => "01KBSPPV4V58FAKNJECQZPNG5A" 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 => "01KBSPPV506Z7B7XNYDQTB4QR4" 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 => "01KBSPPV506Z7B7XNYDQTB4QR4" 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 => "01KBSPPV55JV24BGAA3QJNJKG8" 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 => "01KBSPPV55JV24BGAA3QJNJKG8" 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 => "01KBSPPV5AN55QN4TBWZ6CP9JR" 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 => "01KBSPPV5AN55QN4TBWZ6CP9JR" 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 => "01KBSPPV5FQV2TA616ECHDXVD0" 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 => "01KBSPPV5FQV2TA616ECHDXVD0" 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 => "01KBSPPV5MD9DJ276QMZKG8FT8" 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 => "01KBSPPV5MD9DJ276QMZKG8FT8" 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 => "01KBSPPV5SCQTC8SKF5TE8KN5C" 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 => "01KBSPPV5SCQTC8SKF5TE8KN5C" 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 => "01KBSPPV5SCQTC8SKF5TE8KN5C" 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 => "01KBSPPV5SCQTC8SKF5TE8KN5C" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV5Y7ZKGQ543JQCGC693" 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 => "01KBSPPV65YG46PYW4FE1C9R4M" 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 => "01KBSPPV65YG46PYW4FE1C9R4M" 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 => "01KBSPPV65YG46PYW4FE1C9R4M" 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 => "01KBSPPV65YG46PYW4FE1C9R4M" 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 => "01KBSPPV6AV1FSFQ9KADYF254P" 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 => "01KBSPPV6AV1FSFQ9KADYF254P" 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 => "01KBSPPV6F7EB8EV22Q7HBXHMV" 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 => "01KBSPPV6F7EB8EV22Q7HBXHMV" 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 => "01KBSPPV6MN4CRHXVZHS9N1SPW" 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 => "01KBSPPV6MN4CRHXVZHS9N1SPW" 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 => "01KBSPPV6MN4CRHXVZHS9N1SPW" 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 => "01KBSPPV6MN4CRHXVZHS9N1SPW" 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 => "01KBSPPV6TN4TECK3EBKY1XBR0" 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 => "01KBSPPV6TN4TECK3EBKY1XBR0" 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 => "01KBSPPV6ZPB6VF3TD3XNMVTEH" 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 => "01KBSPPV6ZPB6VF3TD3XNMVTEH" 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 => "01KBSPPV74MC4GXHZFA4TR48QD" 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 => "01KBSPPV74MC4GXHZFA4TR48QD" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV79CCS7RHY1EA56XDJ0" 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 => "01KBSPPV7GRQGXJYKZWXNV0M16" 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 => "01KBSPPV7GRQGXJYKZWXNV0M16" 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 => "01KBSPPV7NW0VH65WYY1CSCH62" 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 => "01KBSPPV7NW0VH65WYY1CSCH62" 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 => "01KBSPPV7NW0VH65WYY1CSCH62" 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 => "01KBSPPV7NW0VH65WYY1CSCH62" 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 => "01KBSPPV7VC6R9EAC0K0J7CGTT" 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 => "01KBSPPV7VC6R9EAC0K0J7CGTT" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV80ATHA4GY1VASR9KRX" 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 => "01KBSPPV86PE1VCTAR5236NS3J" 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 => "01KBSPPV86PE1VCTAR5236NS3J" 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 => "01KBSPPV8BSERB5V3W76MB8FA0" 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 => "01KBSPPV8BSERB5V3W76MB8FA0" 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 => "01KBSPPV8HJPKA7H0F3V90KEP0" 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 => "01KBSPPV8HJPKA7H0F3V90KEP0" 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 => "01KBSPPV8PWTWJFSGQQZWCWRA4" 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 => "01KBSPPV8PWTWJFSGQQZWCWRA4" 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 => "01KBSPPV8V4JGB3YZ4CVBPD97G" 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 => "01KBSPPV8V4JGB3YZ4CVBPD97G" 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 => "01KBSPPV8V4JGB3YZ4CVBPD97G" 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 => "01KBSPPV8V4JGB3YZ4CVBPD97G" 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 => "01KBSPPV91NME2TTEZEJX8EB9S" 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 => "01KBSPPV91NME2TTEZEJX8EB9S" 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 => "01KBSPPV966N6V597VJNSTPVEM" 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 => "01KBSPPV966N6V597VJNSTPVEM" 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 => "01KBSPPV966N6V597VJNSTPVEM" 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 => "01KBSPPV966N6V597VJNSTPVEM" 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 => "01KBSPPV9CFB4CY42TGPTVA1JP" 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 => "01KBSPPV9CFB4CY42TGPTVA1JP" 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 => "01KBSPPV9H47H7MR91MQM6P4H3" 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 => "01KBSPPV9H47H7MR91MQM6P4H3" 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 => "01KBSPPV9PCQ919VBCYDG1SKMP" 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 => "01KBSPPV9PCQ919VBCYDG1SKMP" 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 => "01KBSPPV9PCQ919VBCYDG1SKMP" 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 => "01KBSPPV9PCQ919VBCYDG1SKMP" 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 => "01KBSPPV9W4C6PG4M8SF7X40A9" 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 => "01KBSPPV9W4C6PG4M8SF7X40A9" 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 => "01KBSPPV9W4C6PG4M8SF7X40A9" 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 => "01KBSPPV9W4C6PG4M8SF7X40A9" 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 => "01KBSPPVA3C5T6ADTA2EXQ8HAE" 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 => "01KBSPPVA3C5T6ADTA2EXQ8HAE" 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 => "01KBSPPVA8Z68SKS43YZSVM7M2" 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 => "01KBSPPVA8Z68SKS43YZSVM7M2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAEC54CF8VDTRT8R3V2" 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 => "01KBSPPVAN7CGB1A85ZKC9FPD8" 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 => "01KBSPPVAN7CGB1A85ZKC9FPD8" 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 => "01KBSPPVAN7CGB1A85ZKC9FPD8" 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 => "01KBSPPVAN7CGB1A85ZKC9FPD8" 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 => "01KBSPPVAW2G905CAEGVYRFXNE" 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 => "01KBSPPVAW2G905CAEGVYRFXNE" 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 => "01KBSPPVB2NPZB4TQ7CBXETR34" 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 => "01KBSPPVB2NPZB4TQ7CBXETR34" 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 => "01KBSPPVBCF6D128B64M0PRV0N" 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 => "01KBSPPVBCF6D128B64M0PRV0N" 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 => "01KBSPPVBCF6D128B64M0PRV0N" 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 => "01KBSPPVBCF6D128B64M0PRV0N" 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 => "01KBSPPVBKM3Q62ZBN62PPMPXW" 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 => "01KBSPPVBKM3Q62ZBN62PPMPXW" 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 => "01KBSPPVBKM3Q62ZBN62PPMPXW" 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 => "01KBSPPVBKM3Q62ZBN62PPMPXW" 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 => "01KBSPPVBTSQPN37ZXG01KK2FT" 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 => "01KBSPPVBTSQPN37ZXG01KK2FT" 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 => "01KBSPPVBZRPW2E6Q0RNATA3K7" 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 => "01KBSPPVBZRPW2E6Q0RNATA3K7" 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 => "01KBSPPVC5TWC942KVAQCM2Q3V" 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 => "01KBSPPVC5TWC942KVAQCM2Q3V" 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 => "01KBSPPVC5TWC942KVAQCM2Q3V" 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 => "01KBSPPVC5TWC942KVAQCM2Q3V" 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 => "01KBSPPVCC5AXD0NZRBGRMC4RZ" 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 => "01KBSPPVCC5AXD0NZRBGRMC4RZ" 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 => "01KBSPPVCJ2D3WMYNW7CBQCVWR" 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 => "01KBSPPVCJ2D3WMYNW7CBQCVWR" 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 => "01KBSPPVCRZNYCDKD59JP84N37" 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 => "01KBSPPVCRZNYCDKD59JP84N37" 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 => "01KBSPPVCRZNYCDKD59JP84N37" 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 => "01KBSPPVCRZNYCDKD59JP84N37" 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 => "01KBSPPVCY5ERJS0VY5914G9X4" 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 => "01KBSPPVCY5ERJS0VY5914G9X4" 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 => "01KBSPPVD46DHJ5DJWMDXDDN5N" 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 => "01KBSPPVD46DHJ5DJWMDXDDN5N" 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 => "01KBSPPVDAWHYEVZ2K447T64WG" 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 => "01KBSPPVDAWHYEVZ2K447T64WG" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDG5NDBG40PY8TSSJGQ" 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 => "01KBSPPVDR9ANS1AZVCK0PB33T" 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 => "01KBSPPVDR9ANS1AZVCK0PB33T" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVDZTPK0MQZ89PRPCNQC" 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 => "01KBSPPVE7A20R6MT0QWW1K8Y5" 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 => "01KBSPPVE7A20R6MT0QWW1K8Y5" 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 => "01KBSPPVED89QYD3X885DS7MRC" 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 => "01KBSPPVED89QYD3X885DS7MRC" 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 => "01KBSPPVED89QYD3X885DS7MRC" 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 => "01KBSPPVED89QYD3X885DS7MRC" 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 => "01KBSPPVEM2CQTM2M8NEBBW8WJ" 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 => "01KBSPPVEM2CQTM2M8NEBBW8WJ" 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 => "01KBSPPVEM2CQTM2M8NEBBW8WJ" 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 => "01KBSPPVEM2CQTM2M8NEBBW8WJ" 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 => "01KBSPPVEV9CQEC4ZWF84KTKT1" 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 => "01KBSPPVEV9CQEC4ZWF84KTKT1" 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 => "01KBSPPVF1NWDT3A0FT1BZ39SV" 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 => "01KBSPPVF1NWDT3A0FT1BZ39SV" 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 => "01KBSPPVF8827NDSD7X4E15K24" 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 => "01KBSPPVF8827NDSD7X4E15K24" 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 => "01KBSPPVFEMXFNFEC6GPX55QA1" 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 => "01KBSPPVFEMXFNFEC6GPX55QA1" 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 => "01KBSPPVFMK9VET1HJ8MQ3HRKP" 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 => "01KBSPPVFMK9VET1HJ8MQ3HRKP" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVFTNHNQ72JZ0WVXJ829" 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 => "01KBSPPVG26EQCQTJ61VZ2J440" 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 => "01KBSPPVG26EQCQTJ61VZ2J440" 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 => "01KBSPPVG8QRQP585VTB8EXTEE" 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 => "01KBSPPVG8QRQP585VTB8EXTEE" 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 => "01KBSPPVGEJKN8WSD4A25Y5J2G" 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 => "01KBSPPVGEJKN8WSD4A25Y5J2G" 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 => "01KBSPPVGNJ37WBNBBV6HYKXC0" 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 => "01KBSPPVGNJ37WBNBBV6HYKXC0" 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 => "01KBSPPVGV0Z5KB9CNBDN0XKET" 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 => "01KBSPPVGV0Z5KB9CNBDN0XKET" 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 => "01KBSPPVH1FFM7FGSCQ9TW5G6M" 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 => "01KBSPPVH1FFM7FGSCQ9TW5G6M" 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 => "01KBSPPVH1FFM7FGSCQ9TW5G6M" 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 => "01KBSPPVH1FFM7FGSCQ9TW5G6M" 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 => "01KBSPPVH8C2KMGGCDF0WF9TTT" 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 => "01KBSPPVH8C2KMGGCDF0WF9TTT" 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 => "01KBSPPVH8C2KMGGCDF0WF9TTT" 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 => "01KBSPPVH8C2KMGGCDF0WF9TTT" 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 => "01KBSPPVHEKSMDQPWGEEK94ADV" 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 => "01KBSPPVHEKSMDQPWGEEK94ADV" 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 => "01KBSPPVHNV1ZRBWZ4RH9S09JT" 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 => "01KBSPPVHNV1ZRBWZ4RH9S09JT" 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 => "01KBSPPVHVBM848FD85EK8A8FM" 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 => "01KBSPPVHVBM848FD85EK8A8FM" 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 => "01KBSPPVJ15QKWS7MD6CNSQBK0" 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 => "01KBSPPVJ15QKWS7MD6CNSQBK0" 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 => "01KBSPPVJ15QKWS7MD6CNSQBK0" 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 => "01KBSPPVJ15QKWS7MD6CNSQBK0" 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 => "01KBSPPVJ8KVTC9GWVPK3T9P9Y" 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 => "01KBSPPVJ8KVTC9GWVPK3T9P9Y" 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 => "01KBSPPVJEHWT5A3XV1STNZ2BZ" 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 => "01KBSPPVJEHWT5A3XV1STNZ2BZ" 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 => "01KBSPPVJEHWT5A3XV1STNZ2BZ" 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 => "01KBSPPVJEHWT5A3XV1STNZ2BZ" 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 => "01KBSPPVJNZHNKBNK41KGZQ8DF" 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 => "01KBSPPVJNZHNKBNK41KGZQ8DF" 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 => "01KBSPPVJWFYS21T5K2063GDN4" 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 => "01KBSPPVJWFYS21T5K2063GDN4" 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 => "01KBSPPVK2G4J1Z9N693NY1G4K" 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 => "01KBSPPVK2G4J1Z9N693NY1G4K" 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 => "01KBSPPVK84WEFZHJS5FK9QMB0" 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 => "01KBSPPVK84WEFZHJS5FK9QMB0" 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 => "01KBSPPVKFXP8MWQMJP7J5R654" 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 => "01KBSPPVKFXP8MWQMJP7J5R654" 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 => "01KBSPPVKRDB71HCJ2R7J3HC2Z" 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 => "01KBSPPVKRDB71HCJ2R7J3HC2Z" 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 => "01KBSPPVKRDB71HCJ2R7J3HC2Z" 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 => "01KBSPPVKRDB71HCJ2R7J3HC2Z" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM0EM9YZZKG8D6D685Y" 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 => "01KBSPPVM9HA0B6QTHRP1JGDQ9" 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 => "01KBSPPVM9HA0B6QTHRP1JGDQ9" 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 => "01KBSPPVMGN942D0GMBSZNFDDZ" 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 => "01KBSPPVMGN942D0GMBSZNFDDZ" 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 => "01KBSPPVMPTDHTWK2PQNX3Z8PJ" 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 => "01KBSPPVMPTDHTWK2PQNX3Z8PJ" 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 => "01KBSPPVMX81SSSWKC6C9MWAH1" 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 => "01KBSPPVMX81SSSWKC6C9MWAH1" 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 => "01KBSPPVN49HWH3NECQPDMVF9S" 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 => "01KBSPPVN49HWH3NECQPDMVF9S" 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 => "01KBSPPVNB5P2QQSFPC83J3NJB" 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 => "01KBSPPVNB5P2QQSFPC83J3NJB" 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 => "01KBSPPVNJ628Y02PK02HT2TRB" 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 => "01KBSPPVNJ628Y02PK02HT2TRB" 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 => "01KBSPPVNS7Y7S631J5PQJSARV" 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 => "01KBSPPVNS7Y7S631J5PQJSARV" 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 => "01KBSPPVP0N4YSC19KS3DBNZJB" 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 => "01KBSPPVP0N4YSC19KS3DBNZJB" 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 => "01KBSPPVP68X2ZPZ6J4PSZAV99" 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 => "01KBSPPVP68X2ZPZ6J4PSZAV99" 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 => "01KBSPPVPDT2VDCJK2AGGGNSP1" 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 => "01KBSPPVPDT2VDCJK2AGGGNSP1" 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 => "01KBSPPVPDT2VDCJK2AGGGNSP1" 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 => "01KBSPPVPDT2VDCJK2AGGGNSP1" 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 => "01KBSPPVPNGEKTAZABYFE4B42P" 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 => "01KBSPPVPNGEKTAZABYFE4B42P" 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 => "01KBSPPVPNGEKTAZABYFE4B42P" 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 => "01KBSPPVPNGEKTAZABYFE4B42P" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVPW8DDRXRRR50AB6RHK" 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 => "01KBSPPVQ5TR5CCJSJETFK1M1R" 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 => "01KBSPPVQ5TR5CCJSJETFK1M1R" 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 => "01KBSPPVQ5TR5CCJSJETFK1M1R" 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 => "01KBSPPVQ5TR5CCJSJETFK1M1R" 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 => "01KBSPPVQDZDAXSYGVTJBQZVD7" 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 => "01KBSPPVQDZDAXSYGVTJBQZVD7" 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 => "01KBSPPVQM16FF4HVR05WBRYNQ" 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 => "01KBSPPVQM16FF4HVR05WBRYNQ" 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 => "01KBSPPVQTD0GYKSA5NNM82Z9D" 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 => "01KBSPPVQTD0GYKSA5NNM82Z9D" 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 => "01KBSPPVR13QQ1X2AMW8FA6439" 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 => "01KBSPPVR13QQ1X2AMW8FA6439" 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 => "01KBSPPVR8N84PKQC0T9VMC8YE" 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 => "01KBSPPVR8N84PKQC0T9VMC8YE" 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 => "01KBSPPVRFPAD89S8ZKJNPZF28" 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 => "01KBSPPVRFPAD89S8ZKJNPZF28" 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 => "01KBSPPVRPH609HSSMYZ0S3GFR" 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 => "01KBSPPVRPH609HSSMYZ0S3GFR" 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 => "01KBSPPVRXFM7K24AN2ZMYWF65" 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 => "01KBSPPVRXFM7K24AN2ZMYWF65" 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 => "01KBSPPVS3WPF6X7WMS736BTFF" 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 => "01KBSPPVS3WPF6X7WMS736BTFF" 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 => "01KBSPPVS3WPF6X7WMS736BTFF" 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 => "01KBSPPVS3WPF6X7WMS736BTFF" 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 => "01KBSPPVSBJC3S6T45C7EFZVZJ" 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 => "01KBSPPVSBJC3S6T45C7EFZVZJ" 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 => "01KBSPPVSJJSBXPQ3N3V18RGTC" 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 => "01KBSPPVSJJSBXPQ3N3V18RGTC" 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 => "01KBSPPVSS975ZDKW2BZME5V46" 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 => "01KBSPPVSS975ZDKW2BZME5V46" 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 => "01KBSPPVT1SP9478X8XSTX01ZN" 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 => "01KBSPPVT1SP9478X8XSTX01ZN" 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 => "01KBSPPVT8NH6R8X48529B5G0X" 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 => "01KBSPPVT8NH6R8X48529B5G0X" 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 => "01KBSPPVTGWBV9CQNFRCGAF8X1" 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 => "01KBSPPVTGWBV9CQNFRCGAF8X1" 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 => "01KBSPPVTQK3KQR93KC2ZZPTJ2" 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 => "01KBSPPVTQK3KQR93KC2ZZPTJ2" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVTYZ03YMD42XKD2X8M9" 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 => "01KBSPPVV7E2CMT872ZNJE5M4H" 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 => "01KBSPPVV7E2CMT872ZNJE5M4H" 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 => "01KBSPPVVE4Y3DYSE13GT18CTB" 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 => "01KBSPPVVE4Y3DYSE13GT18CTB" 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 => "01KBSPPVVN8VS8XMTB73SDMKVJ" 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 => "01KBSPPVVN8VS8XMTB73SDMKVJ" 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 => "01KBSPPVVX02P0SXJF9G0W4NG9" 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 => "01KBSPPVVX02P0SXJF9G0W4NG9" 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 => "01KBSPPVVX02P0SXJF9G0W4NG9" 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 => "01KBSPPVVX02P0SXJF9G0W4NG9" 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 => "01KBSPPVW445H3ERSKSH2S0WSZ" 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 => "01KBSPPVW445H3ERSKSH2S0WSZ" 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 => "01KBSPPVWCJ83ZB426QZ1KNBMW" 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 => "01KBSPPVWCJ83ZB426QZ1KNBMW" 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 => "01KBSPPVWKBWE7QZTC3G86NZF0" 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 => "01KBSPPVWKBWE7QZTC3G86NZF0" 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 => "01KBSPPVWKBWE7QZTC3G86NZF0" 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 => "01KBSPPVWKBWE7QZTC3G86NZF0" 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 => "01KBSPPVWVSQZ66W74JSBRHG8X" 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 => "01KBSPPVWVSQZ66W74JSBRHG8X" 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 => "01KBSPPVXATN0APK8VBZ26H38C" 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 => "01KBSPPVXATN0APK8VBZ26H38C" 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 => "01KBSPPVXJKZVFST6RWZN25BPT" 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 => "01KBSPPVXJKZVFST6RWZN25BPT" 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 => "01KBSPPVXJKZVFST6RWZN25BPT" 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 => "01KBSPPVXJKZVFST6RWZN25BPT" 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 => "01KBSPPVXTJMXCMY64380PAJ2R" 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 => "01KBSPPVXTJMXCMY64380PAJ2R" 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 => "01KBSPPVY2DHC24Y9ZCF0THJQ8" 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 => "01KBSPPVY2DHC24Y9ZCF0THJQ8" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVY97X1RPWK9D4J3XXZY" 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 => "01KBSPPVYJ6X6N3WZBTQB7K8V9" 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 => "01KBSPPVYJ6X6N3WZBTQB7K8V9" 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 => "01KBSPPVYTHFKFFSVZQ5BH0AEX" 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 => "01KBSPPVYTHFKFFSVZQ5BH0AEX" 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 => "01KBSPPVZ1VKZ08ZSC0PPB5E5B" 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 => "01KBSPPVZ1VKZ08ZSC0PPB5E5B" 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 => "01KBSPPVZ808SD69PTK5C5ZJM9" 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 => "01KBSPPVZ808SD69PTK5C5ZJM9" 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 => "01KBSPPVZGSPV22G55CR316T3P" 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 => "01KBSPPVZGSPV22G55CR316T3P" 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 => "01KBSPPVZR2KNY6H9A6ANR7DVG" 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 => "01KBSPPVZR2KNY6H9A6ANR7DVG" 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 => "01KBSPPW00XX5V7G700HTHDETG" 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 => "01KBSPPW00XX5V7G700HTHDETG" 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 => "01KBSPPW07F5JJV1W9GWS84EK1" 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 => "01KBSPPW07F5JJV1W9GWS84EK1" 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 => "01KBSPPW0FFZRYKGQP4Q7MS9DY" 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 => "01KBSPPW0FFZRYKGQP4Q7MS9DY" 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 => "01KBSPPW0Q4S4ZZ3FESQA8BQ9R" 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 => "01KBSPPW0Q4S4ZZ3FESQA8BQ9R" 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 => "01KBSPPW0ZK1JBD94WRSTTAWE3" 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 => "01KBSPPW0ZK1JBD94WRSTTAWE3" 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 => "01KBSPPW0ZK1JBD94WRSTTAWE3" 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 => "01KBSPPW0ZK1JBD94WRSTTAWE3" 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 => "01KBSPPW17GRJTYNBZ579QPYPM" 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 => "01KBSPPW17GRJTYNBZ579QPYPM" 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 => "01KBSPPW1EFSR99X8PPQ30K7G0" 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 => "01KBSPPW1EFSR99X8PPQ30K7G0" 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 => "01KBSPPW1P3MT2RTPX25MJWA3T" 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 => "01KBSPPW1P3MT2RTPX25MJWA3T" 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 => "01KBSPPW1YESETSX0KYPYYH6DH" 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 => "01KBSPPW1YESETSX0KYPYYH6DH" 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 => "01KBSPPW1YESETSX0KYPYYH6DH" 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 => "01KBSPPW1YESETSX0KYPYYH6DH" 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 => "01KBSPPW26MXTJPVGQ8B9JGZ0Z" 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 => "01KBSPPW26MXTJPVGQ8B9JGZ0Z" 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 => "01KBSPPW2EJCHB39JQAEQXWR9R" 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 => "01KBSPPW2EJCHB39JQAEQXWR9R" 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 => "01KBSPPW2PCT5WSQDH30YFT7M9" 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 => "01KBSPPW2PCT5WSQDH30YFT7M9" 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 => "01KBSPPW2Y9WT5PSSCFSSNPJWK" 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 => "01KBSPPW2Y9WT5PSSCFSSNPJWK" 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 => "01KBSPPW36H7JPDDRJJZKFHJQK" 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 => "01KBSPPW36H7JPDDRJJZKFHJQK" 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 => "01KBSPPW3D9GH6TXJSKWEW9T7Q" 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 => "01KBSPPW3D9GH6TXJSKWEW9T7Q" 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 => "01KBSPPW3N0Z4Y9QEW61YVV6B0" 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 => "01KBSPPW3N0Z4Y9QEW61YVV6B0" 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 => "01KBSPPW3YMQHBKB1ZGBW44JNR" 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 => "01KBSPPW3YMQHBKB1ZGBW44JNR" 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 => "01KBSPPW46Q89MH665NFFR6Y5N" 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 => "01KBSPPW46Q89MH665NFFR6Y5N" 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 => "01KBSPPW4E38W5E88E3RXM49HM" 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 => "01KBSPPW4E38W5E88E3RXM49HM" 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 => "01KBSPPW4E38W5E88E3RXM49HM" 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 => "01KBSPPW4E38W5E88E3RXM49HM" 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 => "01KBSPPW4QPG3J0CSCCHNAD87A" 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 => "01KBSPPW4QPG3J0CSCCHNAD87A" 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 => "01KBSPPW4QPG3J0CSCCHNAD87A" 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 => "01KBSPPW4QPG3J0CSCCHNAD87A" 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 => "01KBSPPW4ZHTXZXH6H5X3QQJF3" 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 => "01KBSPPW4ZHTXZXH6H5X3QQJF3" 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 => "01KBSPPW4ZHTXZXH6H5X3QQJF3" 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 => "01KBSPPW4ZHTXZXH6H5X3QQJF3" 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 => "01KBSPPW582F59Y66HYRJ32YVG" 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 => "01KBSPPW582F59Y66HYRJ32YVG" 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 => "01KBSPPW5GY381WQWHNB97J33R" 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 => "01KBSPPW5GY381WQWHNB97J33R" 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 => "01KBSPPW5GY381WQWHNB97J33R" 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 => "01KBSPPW5GY381WQWHNB97J33R" 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 => "01KBSPPW5S1SPPVNDXY9PESS3F" 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 => "01KBSPPW5S1SPPVNDXY9PESS3F" 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 => "01KBSPPW61D5WVD2QHYC0H2465" 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 => "01KBSPPW61D5WVD2QHYC0H2465" 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 => "01KBSPPW61D5WVD2QHYC0H2465" 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 => "01KBSPPW61D5WVD2QHYC0H2465" 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 => "01KBSPPW6A2GYNG7V44BQA8S3Q" 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 => "01KBSPPW6A2GYNG7V44BQA8S3Q" 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 => "01KBSPPW6A2GYNG7V44BQA8S3Q" 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 => "01KBSPPW6A2GYNG7V44BQA8S3Q" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6JSA0R8ABVG2NMPARV" 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 => "01KBSPPW6XHYR198AAY6KB9S64" 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 => "01KBSPPW6XHYR198AAY6KB9S64" 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 => "01KBSPPW6XHYR198AAY6KB9S64" 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 => "01KBSPPW6XHYR198AAY6KB9S64" 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 => "01KBSPPW76BDD5KS3BBAHPJC5P" 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 => "01KBSPPW76BDD5KS3BBAHPJC5P" 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 => "01KBSPPW7EFEDGP54GPYRBTBHQ" 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 => "01KBSPPW7EFEDGP54GPYRBTBHQ" 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 => "01KBSPPW7EFEDGP54GPYRBTBHQ" 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 => "01KBSPPW7EFEDGP54GPYRBTBHQ" 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 => "01KBSPPW7R59QHNG4DEEG6YVJ7" 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 => "01KBSPPW7R59QHNG4DEEG6YVJ7" 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 => "01KBSPPW7R59QHNG4DEEG6YVJ7" 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 => "01KBSPPW7R59QHNG4DEEG6YVJ7" 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 => "01KBSPPW81YHYCKJS9VMP1W75D" 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 => "01KBSPPW81YHYCKJS9VMP1W75D" 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 => "01KBSPPW81YHYCKJS9VMP1W75D" 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 => "01KBSPPW81YHYCKJS9VMP1W75D" 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 => "01KBSPPW8BEY7QD84RTSB7A2SE" 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 => "01KBSPPW8BEY7QD84RTSB7A2SE" 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 => "01KBSPPW8MH7B0Y9R3GXMFR9RY" 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 => "01KBSPPW8MH7B0Y9R3GXMFR9RY" 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 => "01KBSPPW8XZWWDDAY5NWWHTGDJ" 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 => "01KBSPPW8XZWWDDAY5NWWHTGDJ" 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 => "01KBSPPW96RJYRRMFR3EH5E36Q" 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 => "01KBSPPW96RJYRRMFR3EH5E36Q" 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 => "01KBSPPW9EB7ANB9305MDCEQXE" 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 => "01KBSPPW9EB7ANB9305MDCEQXE" 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 => "01KBSPPW9Q5YA9E41DGCHBJ23C" 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 => "01KBSPPW9Q5YA9E41DGCHBJ23C" 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 => "01KBSPPWA08MVV9HHKG78EABMJ" 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 => "01KBSPPWA08MVV9HHKG78EABMJ" 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 => "01KBSPPWA08MVV9HHKG78EABMJ" 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 => "01KBSPPWA08MVV9HHKG78EABMJ" 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 => "01KBSPPWA9B9B7NDCSD36VKHXC" 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 => "01KBSPPWA9B9B7NDCSD36VKHXC" 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 => "01KBSPPWA9B9B7NDCSD36VKHXC" 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 => "01KBSPPWA9B9B7NDCSD36VKHXC" 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 => "01KBSPPWAKEC0AG4TFGNZNH5MM" 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 => "01KBSPPWAKEC0AG4TFGNZNH5MM" 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 => "01KBSPPWAKEC0AG4TFGNZNH5MM" 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 => "01KBSPPWAKEC0AG4TFGNZNH5MM" 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 => "01KBSPPWAWZFVFCSRNZ84553Y4" 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 => "01KBSPPWAWZFVFCSRNZ84553Y4" 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 => "01KBSPPWB5K3T4MSK554WSF2NZ" 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 => "01KBSPPWB5K3T4MSK554WSF2NZ" 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 => "01KBSPPWBEHBHM6Y8EEMYDJTED" 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 => "01KBSPPWBEHBHM6Y8EEMYDJTED" 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 => "01KBSPPWBQ8W9AWXHESHHX1DFN" 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 => "01KBSPPWBQ8W9AWXHESHHX1DFN" 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 => "01KBSPPWBQ8W9AWXHESHHX1DFN" 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 => "01KBSPPWBQ8W9AWXHESHHX1DFN" 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 => "01KBSPPWC1YMZTG37C7MDQ0CEG" 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 => "01KBSPPWC1YMZTG37C7MDQ0CEG" 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 => "01KBSPPWCACV5QQDM302N4QWX0" 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 => "01KBSPPWCACV5QQDM302N4QWX0" 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 => "01KBSPPWCKYSWGRDF7CQ8Y82KY" 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 => "01KBSPPWCKYSWGRDF7CQ8Y82KY" 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 => "01KBSPPWCWCXPFFXA0XTKPQXE0" 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 => "01KBSPPWCWCXPFFXA0XTKPQXE0" 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 => "01KBSPPWD55MM50XC0FT9CMFP8" 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 => "01KBSPPWD55MM50XC0FT9CMFP8" 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 => "01KBSPPWD55MM50XC0FT9CMFP8" 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 => "01KBSPPWD55MM50XC0FT9CMFP8" 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 => "01KBSPPWDFPBZSCPXD5MC1XKJ8" 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 => "01KBSPPWDFPBZSCPXD5MC1XKJ8" 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 => "01KBSPPWDRKWCGGC1TK4T8BVJK" 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 => "01KBSPPWDRKWCGGC1TK4T8BVJK" 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 => "01KBSPPWE1K1QS8Z3VACAH8RSY" 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 => "01KBSPPWE1K1QS8Z3VACAH8RSY" 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 => "01KBSPPWEAH5TSJP8Y5SXCFCBJ" 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 => "01KBSPPWEAH5TSJP8Y5SXCFCBJ" 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 => "01KBSPPWEKG3556TZ6Q6DCWSQ7" 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 => "01KBSPPWEKG3556TZ6Q6DCWSQ7" 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 |
|