The "report_fields_where_declared" configuration option is deprecated and will be removed in DoctrineBundle 3.0. When using ORM 3, report_fields_where_declared will always be true. (Configuration.php:701 called by ExprBuilder.php:271, https://github.com/doctrine/DoctrineBundle/pull/1962, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_native_lazy_objects" to true is deprecated. (DoctrineExtension.php:1026 called by DoctrineExtension.php:543, https://github.com/doctrine/DoctrineBundle/pull/1905, package doctrine/doctrine-bundle)
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
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:94 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.password AS password_2, u0_.api_token AS api_token_3, u0_.email AS email_4, u0_.active AS active_5, u0_.last_login_at AS last_login_at_6, u0_.firstname AS firstname_7, u0_.lastname AS lastname_8, u0_.phone AS phone_9, u0_.created_at AS created_at_10, u0_.updated_at AS updated_at_11, u0_.deleted_at AS deleted_at_12 FROM user u0_ WHERE u0_.password IS NOT NULL AND (u0_.username = ? OR u0_.email = ?) LIMIT 1"
[
"sql" => "SELECT u0_.id AS id_0, u0_.username AS username_1, u0_.password AS password_2, u0_.api_token AS api_token_3, u0_.email AS email_4, u0_.active AS active_5, u0_.last_login_at AS last_login_at_6, u0_.firstname AS firstname_7, u0_.lastname AS lastname_8, u0_.phone AS phone_9, u0_.created_at AS created_at_10, u0_.updated_at AS updated_at_11, u0_.deleted_at AS deleted_at_12 FROM user u0_ WHERE u0_.password IS NOT NULL AND (u0_.username = ? OR u0_.email = ?) LIMIT 1"
"params" => [1 => "roland.dufour@pilipili-web.com"
2 => "roland.dufour@pilipili-web.com"
]
"types" => [1 => 22 => 2]
]
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.user_id AS user_id_5, t0.employee_profile_id AS employee_profile_id_6 FROM employee t0 WHERE t0.user_id = ?"
(parameters:
[1 => 1]
, 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.user_id AS user_id_5, t0.employee_profile_id AS employee_profile_id_6 FROM employee t0 WHERE t0.user_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
deprecation
User Deprecated: Since symfony/var-exporter 7.3: Using ProxyHelper::generateLazyGhost() is deprecated, use native lazy objects instead.
User Deprecated: Since symfony/var-exporter 7.3: The "Symfony\Component\VarExporter\LazyGhostTrait" trait is deprecated, use native lazy objects instead.
"SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.address AS address_4, t0.address2 AS address2_5, t0.postcode AS postcode_6, t0.city AS city_7, t0.country AS country_8, t0.register AS register_9, t0.vat_intra AS vat_intra_10, t0.commercial_name AS commercial_name_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.deleted_at AS deleted_at_14, t0.user_id AS user_id_15 FROM client t0 WHERE t0.user_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.address AS address_4, t0.address2 AS address2_5, t0.postcode AS postcode_6, t0.city AS city_7, t0.country AS country_8, t0.register AS register_9, t0.vat_intra AS vat_intra_10, t0.commercial_name AS commercial_name_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.deleted_at AS deleted_at_14, t0.user_id AS user_id_15 FROM client t0 WHERE t0.user_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.user_id AS user_id_7 FROM affiliate t0 WHERE t0.user_id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.name AS name_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.user_id AS user_id_7 FROM affiliate t0 WHERE t0.user_id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]