User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:89 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nif AS nif_5, t0.nomempleado AS nomempleado_6, t0.primerapellido AS primerapellido_7, t0.segundoapellido AS segundoapellido_8, t0.jornada AS jornada_9, t0.nivel AS nivel_10, t0.estado AS estado_11, t0.sexo AS sexo_12, t0.indprotecciondatos AS indprotecciondatos_13, t0.categoria AS categoria_14 FROM empleado t0 WHERE t0.id = ?"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nif AS nif_5, t0.nomempleado AS nomempleado_6, t0.primerapellido AS primerapellido_7, t0.segundoapellido AS segundoapellido_8, t0.jornada AS jornada_9, t0.nivel AS nivel_10, t0.estado AS estado_11, t0.sexo AS sexo_12, t0.indprotecciondatos AS indprotecciondatos_13, t0.categoria AS categoria_14 FROM empleado t0 WHERE t0.id = ?"
"params" => [1 => 8]
"types" => [1 => 1]
]
deprecation
User Deprecated: Providing the property $uniqueConstraints on Doctrine\ORM\Mapping\Table does not have any effect and will be removed in Doctrine ORM 4.0. Please use the Doctrine\ORM\Mapping\UniqueConstraint attribute instead. (Table.php:36 called by Relase.php:12, https://github.com/doctrine/orm/pull/11357, package doctrine/orm)
"SELECT r0_.id AS id_0, r0_.fechalog AS fechalog_1, r0_.iniciolog AS iniciolog_2, r0_.finlog AS finlog_3, r0_.tipohoras AS tipohoras_4, r0_.relaspenregislog_id AS relaspenregislog_id_5 FROM regislog r0_ INNER JOIN relasp r1_ ON r0_.relaspenregislog_id = r1_.id INNER JOIN relase r2_ ON r1_.relaseenrelasp_id = r2_.id WHERE r2_.empleadosenrelase_id = ? AND r1_.pertenencia = 0 ORDER BY r0_.id DESC LIMIT 1"
(parameters:
[1 => 8]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.fechalog AS fechalog_1, r0_.iniciolog AS iniciolog_2, r0_.finlog AS finlog_3, r0_.tipohoras AS tipohoras_4, r0_.relaspenregislog_id AS relaspenregislog_id_5 FROM regislog r0_ INNER JOIN relasp r1_ ON r0_.relaspenregislog_id = r1_.id INNER JOIN relase r2_ ON r1_.relaseenrelasp_id = r2_.id WHERE r2_.empleadosenrelase_id = ? AND r1_.pertenencia = 0 ORDER BY r0_.id DESC LIMIT 1"
"params" => [1 => 8]
"types" => [1 => 1]
]