finagle / finagle/finagle-postgres

PostgreSQL Date field returning null value

Open
#222 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
81
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.