Log Messages
Level (7)
Channel (3)
| Time | Message |
|---|---|
| info |
Matched route "book_show".
request
[ "route" => "book_show" "route_parameters" => [ "_route" => "book_show" "_controller" => "App\Controller\BookController::show" "id" => "6" ] "request_uri" => "https://dev.bterra.org/book/6" "method" => "GET" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 2 ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Checking support on authenticator.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Authenticator does not support the request.
security
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "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.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" ] |
| info |
Connecting with parameters [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "database.intranet.cs.upt.ro" "port" => 3306 "user" => "symfony" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "symfony" "serverVersion" => "8.0.32" "charset" => "utf8" ]
doctrine
[ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "database.intranet.cs.upt.ro" "port" => 3306 "user" => "symfony" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [] "dbname" => "symfony" "serverVersion" => "8.0.32" "charset" => "utf8" ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.author_id AS author_id_5, t0.created_by_id AS created_by_id_6 FROM book t0 WHERE t0.id = ?" (parameters: [ 1 => "6" ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.author_id AS author_id_5, t0.created_by_id AS created_by_id_6 FROM book t0 WHERE t0.id = ?" "params" => [ 1 => "6" ] "types" => [ 1 => 1 ] ] |
| 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 "ContainerUFnVn3l\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerUFnVn3l\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.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.code = ? LIMIT 1" (parameters: [ 1 => "en" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.code = ? LIMIT 1" "params" => [ 1 => "en" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT q0_.id AS id_0, q0_.sort_order AS sort_order_1, q0_.type AS type_2, q0_.created_at AS created_at_3, q0_.updated_at AS updated_at_4, q0_.deleted_at AS deleted_at_5, q0_.author_id AS author_id_6, q0_.book_id AS book_id_7, q0_.parent_quote_id AS parent_quote_id_8, q0_.created_by_id AS created_by_id_9 FROM quote q0_ WHERE q0_.book_id = ? AND q0_.parent_quote_id IS NULL AND q0_.deleted_at IS NULL ORDER BY q0_.sort_order ASC" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT q0_.id AS id_0, q0_.sort_order AS sort_order_1, q0_.type AS type_2, q0_.created_at AS created_at_3, q0_.updated_at AS updated_at_4, q0_.deleted_at AS deleted_at_5, q0_.author_id AS author_id_6, q0_.book_id AS book_id_7, q0_.parent_quote_id AS parent_quote_id_8, q0_.created_by_id AS created_by_id_9 FROM quote q0_ WHERE q0_.book_id = ? AND q0_.parent_quote_id IS NULL AND q0_.deleted_at IS NULL ORDER BY q0_.sort_order ASC" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.book_id AS book_id_4, t0.language_id AS language_id_5 FROM book_translation t0 WHERE t0.book_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.book_id AS book_id_4, t0.language_id AS language_id_5 FROM book_translation t0 WHERE t0.book_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| 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 "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 |
Executing statement: "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.created_by_id AS created_by_id_5 FROM author t0 WHERE t0.id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.created_by_id AS created_by_id_5 FROM author t0 WHERE t0.id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.biography AS biography_3, t0.author_id AS author_id_4, t0.language_id AS language_id_5 FROM author_translation t0 WHERE t0.author_id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.biography AS biography_3, t0.author_id AS author_id_4, t0.language_id AS language_id_5 FROM author_translation t0 WHERE t0.author_id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 42 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 42 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 48 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 48 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 54 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 54 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 60 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 60 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" (parameters: [ 1 => 99 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM language t0 WHERE t0.id = ?" "params" => [ 1 => 99 ] "types" => [ 1 => 1 ] ] |
| 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 "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 |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 735 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 735 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 981 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1710 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1953 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2682 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3411 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3654 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3654 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4869 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5598 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5841 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6084 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6084 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 12 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 12 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 738 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 738 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 984 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1227 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1470 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1713 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1956 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2442 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2685 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2928 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3657 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4872 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4872 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5358 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5601 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5844 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 15 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 741 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 741 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 987 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1716 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1716 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1959 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2445 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2688 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2931 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3903 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4632 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4875 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5604 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5847 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5847 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 744 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 990 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 990 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1719 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1962 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2691 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2934 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3663 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3906 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4392 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4878 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5364 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5607 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5850 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6093 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 747 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1722 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2694 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2937 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3666 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4152 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4395 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4881 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5367 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5853 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5853 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6096 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 24 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 24 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 750 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1482 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1725 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1968 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2454 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2940 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3669 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3912 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3912 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4155 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4884 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4884 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5370 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5613 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5856 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6099 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 27 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 753 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 753 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1728 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1971 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2457 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2943 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3672 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3915 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4887 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5616 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5859 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 30 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 270 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 756 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1002 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1731 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1731 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2703 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2703 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2946 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3675 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3918 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4161 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4647 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5376 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5619 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5862 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 33 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 33 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1005 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1734 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1977 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1977 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2463 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2706 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2706 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3678 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3678 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3921 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4164 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4650 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5379 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5865 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 36 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 762 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1008 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1008 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1737 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1980 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2709 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2952 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3681 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3924 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4410 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4653 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5868 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 39 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 765 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1011 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1740 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1983 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2712 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2955 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2955 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3441 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3684 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3927 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4656 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5628 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5871 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5871 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 42 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 42 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1014 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1500 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1743 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1986 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2715 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2958 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3687 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3930 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3930 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4416 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4659 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5631 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5874 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 45 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 771 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 771 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1017 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1260 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1503 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1746 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1989 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2718 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3690 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3933 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4419 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4662 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4905 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5877 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 48 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 48 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 774 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1506 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1749 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1992 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1992 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2478 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2721 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2964 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3693 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3936 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4665 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4908 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5151 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5394 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5637 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5880 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 51 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 777 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1023 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1509 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1509 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1752 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1995 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2724 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2724 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3453 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3696 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3939 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4911 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5154 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5883 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 54 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 54 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 294 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 780 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1026 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1512 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1998 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2727 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3456 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3942 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4671 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4914 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5886 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 57 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 783 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1515 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2001 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2730 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2973 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3702 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3945 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4917 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5160 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5403 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5646 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5889 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6375 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 60 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 60 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 786 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1761 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2004 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2004 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2733 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2733 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2976 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2976 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3705 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3705 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3948 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4677 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4677 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4920 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4920 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5163 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5406 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5649 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5649 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6378 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 789 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1035 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1278 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1521 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2007 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2736 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2979 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3708 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3951 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4437 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4680 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4680 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4923 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5409 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5895 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 792 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1038 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1038 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2010 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2253 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2739 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2739 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2982 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3711 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3954 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4683 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5655 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5655 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 69 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 795 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1041 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1284 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1527 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1770 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2013 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2256 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2499 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2742 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2985 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3714 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3714 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3957 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4686 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4929 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5172 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5658 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5901 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 72 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 555 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 798 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1287 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1530 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1773 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1773 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2016 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2745 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2988 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3474 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3717 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3960 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4446 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4689 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4932 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5661 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5904 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 75 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 801 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 801 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1047 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1290 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1533 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1776 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2019 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2505 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2505 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2748 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2748 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2991 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3720 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3963 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4692 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4935 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5178 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5664 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5907 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 78 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 804 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1050 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1050 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1536 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1779 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2022 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2508 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2508 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2751 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2994 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3723 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3723 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3966 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4452 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4452 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4938 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5667 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 807 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1782 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2025 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2511 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2754 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2754 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2997 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3726 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3726 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3969 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4455 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4941 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5184 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5670 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5913 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5913 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 84 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 567 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 810 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 810 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1299 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1785 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2028 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2757 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3000 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3486 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3729 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3972 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4458 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4701 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4944 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5916 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 87 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 87 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 813 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1302 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1788 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1788 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2517 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2760 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3003 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3732 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3975 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4704 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4704 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5676 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5919 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5919 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 90 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 90 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 816 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1062 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1548 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1791 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2034 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2520 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3006 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3735 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3735 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3978 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4707 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4950 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5436 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5679 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5679 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5922 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 93 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 819 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 819 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1065 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1794 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2523 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2766 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3009 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3738 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3738 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3981 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4710 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4953 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5439 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5682 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6411 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 96 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 822 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1554 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1797 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1797 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2040 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2283 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2526 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2769 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3012 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3741 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3741 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3984 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4227 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4227 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4470 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4713 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4956 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5199 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5199 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5442 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5685 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5928 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 99 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 99 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 825 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1071 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1557 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1800 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2043 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2286 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2529 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2772 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3015 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3744 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3987 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4230 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4716 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4716 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4959 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5445 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5688 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5931 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 585 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 828 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1074 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1074 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1317 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1803 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2046 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2289 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2532 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2775 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3018 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3747 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3990 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3990 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4719 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4962 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5448 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5691 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5934 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 588 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 831 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 831 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1077 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1077 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1806 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1806 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2049 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2292 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2535 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2778 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3021 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3750 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3993 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4722 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5451 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5694 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5937 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 591 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 591 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 834 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1080 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1080 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1566 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1809 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2052 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2538 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3024 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3753 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3753 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4482 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4482 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4725 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4968 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5454 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5454 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5940 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 594 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 594 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 837 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1569 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1569 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1812 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1812 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2298 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2784 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3027 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3270 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3756 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4485 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4728 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4971 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5457 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5943 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5943 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 597 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 840 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1329 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1815 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2058 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2544 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2787 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3030 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4002 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4731 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4731 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5703 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5703 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5946 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 600 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 843 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 843 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1089 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1818 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2304 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2547 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2790 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3762 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4005 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4734 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4734 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4977 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4977 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5463 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5706 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5706 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 603 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 846 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 846 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1092 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1092 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1821 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2064 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2793 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2793 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3036 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3765 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4008 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4008 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4737 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4980 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5709 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5952 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 606 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 606 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 849 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 849 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1095 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1824 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2067 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2796 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4011 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4740 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4983 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5226 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5712 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5955 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5955 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6441 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 609 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 852 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1098 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1584 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1827 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1827 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2070 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2799 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3771 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3771 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4014 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4500 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4743 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4986 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5715 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5958 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 612 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 855 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 855 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1344 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1587 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1587 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1830 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2073 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2802 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3045 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3774 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4017 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4260 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4503 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4746 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4989 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5718 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 615 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 858 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1590 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1590 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1833 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2076 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2076 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2805 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3048 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3777 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4506 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4749 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4992 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4992 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5478 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5721 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5964 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 375 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 618 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1593 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1593 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1836 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2079 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2322 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2565 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2808 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2808 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3294 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3780 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4023 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4509 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4509 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4752 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4995 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5238 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5724 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5724 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6453 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 378 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 621 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1596 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1596 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1839 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2082 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2568 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2811 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3054 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3783 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4026 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4512 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4512 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4998 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5484 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5727 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6456 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 624 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1599 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1599 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1842 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2085 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2814 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3057 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3786 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4515 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5001 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5730 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5973 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 627 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 870 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1602 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1845 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2088 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2817 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2817 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3060 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3789 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4761 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5004 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5004 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5733 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5733 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5976 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5976 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 873 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1362 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1605 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1848 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1848 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2091 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2334 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2820 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3063 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3792 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4035 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4278 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4521 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5007 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5250 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5736 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5979 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 876 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1851 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2094 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2094 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2823 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3066 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3795 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4038 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4038 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4281 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5010 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5253 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5739 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5739 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5982 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 636 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 879 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1611 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1854 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1854 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2097 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2583 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2826 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3069 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3555 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3798 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4041 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4284 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4527 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4770 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5013 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5256 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5256 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5499 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5742 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5985 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 639 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 882 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1614 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1857 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2343 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2586 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2586 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2829 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2829 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3072 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3072 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3801 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3801 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4287 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4530 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4773 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4773 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5016 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5745 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5988 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6474 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 885 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 885 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1617 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1860 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2589 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2832 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3075 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3804 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4047 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4047 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4290 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4533 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4776 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5019 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5505 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5505 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5748 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5748 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5991 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1377 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2349 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2592 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2592 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3078 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3078 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3807 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4050 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4050 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4293 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4536 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4779 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5022 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5508 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5508 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5751 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5994 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 891 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1380 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1623 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2352 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2595 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2838 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3081 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3567 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3810 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3810 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4296 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4782 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5025 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5511 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5754 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5754 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5997 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6486 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 651 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1869 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2112 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2598 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2841 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3084 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3084 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3813 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4299 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4785 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5028 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5757 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5757 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6000 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 411 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 411 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 654 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 654 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1872 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1872 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2358 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2601 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2844 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3816 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4302 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4302 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4788 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4788 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5517 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5760 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6003 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 174 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 657 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1632 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1875 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2604 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2847 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2847 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3819 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3819 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4062 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4548 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4791 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5034 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5520 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6006 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 903 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1149 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1392 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1878 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2364 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2607 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2850 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3093 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3093 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3822 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4065 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4794 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5523 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5766 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6009 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6252 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 663 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 906 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1152 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1152 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1395 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1881 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2124 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2367 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2853 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2853 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3096 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3096 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3825 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4554 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4797 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4797 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5040 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5283 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5526 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5769 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6012 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6255 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 666 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1155 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1884 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1884 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2370 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2613 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2856 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2856 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3099 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3099 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3585 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3585 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3828 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4071 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4557 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4800 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5043 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5286 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5529 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5772 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6015 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 669 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 912 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 912 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1158 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1887 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2616 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2859 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3102 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3345 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3588 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3831 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3831 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4074 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4074 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4317 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4803 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5046 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5046 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5289 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5289 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5532 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5775 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6018 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 672 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 915 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1161 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1161 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1647 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2376 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2376 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2619 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2862 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3105 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3591 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3591 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3834 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4077 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4077 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4806 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4806 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5049 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5292 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5535 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5778 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6021 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6510 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 675 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 918 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1164 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1650 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2379 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2865 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3108 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3594 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3594 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3837 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4080 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4080 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4566 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4566 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4809 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5052 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5052 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5538 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6024 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 435 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 678 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 678 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 921 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1410 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1410 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1653 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2868 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3111 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3597 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3840 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4569 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4569 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4812 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4812 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5298 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5784 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6027 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6270 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6513 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 681 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 924 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1170 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1656 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2628 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2871 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2871 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3600 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3843 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3843 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4329 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4815 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5058 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5544 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5787 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6030 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 441 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 441 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 684 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 927 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1173 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1416 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1659 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2631 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2874 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3117 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3603 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3846 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3846 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4089 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4818 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5304 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5304 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5547 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5790 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 687 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 930 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 930 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1419 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1662 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1905 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2877 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3606 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3606 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3849 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3849 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4092 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4092 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4821 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5064 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5793 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5793 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6036 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 690 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 933 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1665 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1908 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2151 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2151 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2394 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2637 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2880 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3609 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3852 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4095 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4095 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4824 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5067 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5796 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 450 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 693 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 936 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1911 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2154 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2154 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2883 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3612 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3855 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3855 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4098 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4098 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4584 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4827 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4827 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5070 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5799 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 453 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 453 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 696 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 939 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1671 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1914 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2886 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3372 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3615 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3858 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4101 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4344 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4587 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4587 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4830 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5073 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5073 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5802 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6045 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6045 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 456 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 942 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 942 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1917 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2160 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2160 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2403 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2646 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2889 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3375 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3375 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3618 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4590 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4590 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4833 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5076 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5076 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5805 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6048 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6048 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 702 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 945 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1677 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1677 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1920 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1920 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2163 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2163 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2406 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2649 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2649 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3378 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3378 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3621 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4107 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4593 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4593 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4836 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5079 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5322 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5565 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5808 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5808 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6294 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 705 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 705 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 948 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1437 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1437 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1680 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1680 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1923 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2166 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2409 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2409 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2895 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3624 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4110 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4596 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4596 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4839 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5082 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5082 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5568 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5811 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6054 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 225 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 465 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 708 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 951 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1683 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2169 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2412 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2655 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2655 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3627 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3870 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4113 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4599 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4599 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4842 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5085 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5814 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6057 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 228 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 711 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 954 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1686 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1929 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2172 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2172 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2658 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2901 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3873 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4602 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4602 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4845 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5088 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5817 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5817 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6060 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 714 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 714 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 957 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1446 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1689 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1932 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2418 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2661 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2904 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3876 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4362 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4605 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4848 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4848 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5091 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5091 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5334 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5820 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6063 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 474 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 717 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 960 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1449 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1692 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1935 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2178 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2664 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2907 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3636 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3879 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4851 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5094 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5094 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5823 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6066 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 237 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 720 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 963 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1452 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1452 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1938 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2667 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3153 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3639 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3882 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4611 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4854 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4854 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5097 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5097 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5583 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5826 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6069 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6555 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 723 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 723 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 966 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1455 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1455 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1941 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2184 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2670 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2913 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2913 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3156 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3885 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3885 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4371 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4614 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4857 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5100 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5343 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5586 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5586 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5829 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5829 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6072 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6072 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 726 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 726 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 969 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1458 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1701 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1944 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2916 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3159 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4617 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4860 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5103 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5346 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5589 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5832 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6075 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 486 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 729 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 972 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1704 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1704 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2676 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2919 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2919 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3891 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4377 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4377 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5106 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5349 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5592 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5592 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6078 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6078 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 732 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 975 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1707 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 1950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 1950 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2436 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2679 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2679 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 2922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 2922 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3165 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3651 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 3894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 3894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4380 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4623 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 4866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 4866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5352 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5595 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5595 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 5838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 5838 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6081 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" (parameters: [ 1 => 6567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.content AS content_2, t0.title AS title_3, t0.quote_id AS quote_id_4, t0.language_id AS language_id_5 FROM quote_translation t0 WHERE t0.quote_id = ?" "params" => [ 1 => 6567 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
event
[ "event" => "kernel.finish_request" "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest" ] |
| debug |
Notified event "kernel.finish_request" to listener "Symfony\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 (1184)
Log messages generated during the compilation of the service container.
| Messages | Class |
|---|---|
| 162 |
|
| 195 |
|
| 79 |
|
| 228 |
|
| 156 |
|
| 360 |
|
| 1 |
|
| 3 |
|