Skip to content

PostgreSQL Date field returning null value #222

Description

@mbasilico

I am trying to retrieve a date field from a postgresql table but I couldn't get the value.

My code:
val ts = row.get[LocalDateTime]("ts")

If I change to:
val ts = row.get[String]("ts")

It had strange characters.
I see the date value in postgres table and the record was inserted with finagle-postgres library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions