10000 [Uuid] Regression with Doctrine · Issue #39152 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
[Uuid] Regression with Doctrine #39152
Closed
Closed
@94noni

Description

@94noni

Symfony version(s) affected: 5.2.0-RC2

Description
Regression from 5.2.0-RC1 on Uuid and Doctrine

How to reproduce

name : symfony/uid
versions : * v5.2.0-RC2
name : doctrine/doctrine-bundle
versions : * 2.2.1

Previous code ok:

$uuid = Uuid::fromString($request->query->get('humidor_uid'));
$humidor = $humidorRepository->findOneByUuid($uuid);

Actual same code returns null

Possible Solution
.

Additional context
It appears also that, the generation and the persistence is broken
Maybe related on changes here: v5.2.0-RC1...v5.2.0-RC2

See previous issue at #38929
Maybe related also to #39144

Thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0