Skip to content

empty string for a nullable column are not converted to null #164

@andreacfm

Description

@andreacfm

I have a noted a different behaviour between the sqlserver and pg adapter.
When passing an empty string to the pg adapter that refers to a column of type string nullable this is passed to the query as NULL. The sqlserver adapter pass the empty string to the query and this fails in my case due to a constraints that I have on that particular column.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions