Skip to content

UUID parameters need to be passed as strings #104

@nikammerlaan

Description

@nikammerlaan

When dealing with UUID types, the intuitive method is to pass in a Java UUID object as the parameter. While this passes without error, it will never actually match. Instead, you need to pass in the UUID as a string. Other JDBC libs like postgres support this, so it seems natural for duckdb to support this as well.

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