Skip to content

Bug: Enum Bug on Null value on Insert #401

@sellig

Description

@sellig
public class PersonWithText
        {
            public System.Int64 Id { get; set; }
            public System.Guid SessionId { get; set; }
            public Hands? ColumnNVarChar { get; set; }
        }
PersonWithText person = new PersonWithText()
person .ColumnNVarChar  = null;
connection.Insert<PersonWithText , int>(person );

Insert command fill column ColumnNVarChar with string empty instead of NULL

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdeployedFeature or bug is deployed at the current releasereviewThe changes are under or being reviewed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions