Skip to content

Unable to use the InsertInto() method with 'byte' types. #14

@GillesTourreau

Description

@GillesTourreau

To reproduce the error:

database.InsertInto(
    "TableTest",
    false,
    new { TinyInt = (byte)15, TinyIntNull = (byte?)10 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions