Skip to content

DRDA doesn't work properly with timestamp #15

@hatyo

Description

@hatyo

When trying to insert a TimeStamp value like this:

var preparedInsert = connection.CreateStatement(SqlInsertInto).Prepare();
                preparedInsert.SetParameterValue(0, new DateTime(2020, 10, 20, 15, 15, 15));

I get the following error:

    System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
    Parameter name: length

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