Skip to content

Add timestampArray and timestamptzArray to Sql reader #142

@Akash-Mair

Description

@Akash-Mair

Currently working around this by using the Parameter case

type Sql

  with
  static member timestampArray (value: DateTime array) =
    let parameter = NpgsqlParameter()
    parameter.NpgsqlDbType <- (NpgsqlDbType.Array ||| NpgsqlDbType.Timestamp)
    parameter.Value <- value
    SqlValue.Parameter parameter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions