Skip to content

[enqueue/dbal] Logic for "The platform does not support UUIDs natively" is incorrect #276

Closed
@msheakoski

Description

@msheakoski

In the file:

if ($this->getDbalConnection()->getDatabasePlatform()->hasNativeGuidType()) {
throw new \LogicException('The platform does not support UUIDs natively');
}
the test should be negated with a !. Currently, the exception is thrown if a database DOES support UUIDs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions