You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and PostgreSQL 10.5 with table authors in it. This table has a column date_of_birth (Date type).
I have an entity Author with schema containing date_of_birth attribute and type Types::Date.
For one author this column contains following
=# select date_of_birth from authors where id='0a33078c-c440-4279-9cc7-172b8684b87a'
date_of_birth
---------------
0530-01-01 BC
(1 row)
Could you tell me if I am doing something wrong or if it an issue. If last, maybe you could give me a hint where I can take a look to help you to solve this issue.
Cheers!
The text was updated successfully, but these errors were encountered:
SamyRai
changed the title
Date with BC note in PostgreSQL parses incorrectly
Date with BC note in PostgreSQL parsed incorrectly
Oct 21, 2018
Hello,
I am using:
and PostgreSQL 10.5 with table
authors
in it. This table has a columndate_of_birth
(Date type).I have an entity
Author
with schema containingdate_of_birth
attribute and typeTypes::Date
.For one author this column contains following
If i try to parse this string manually via
I get correct date with minus.
But if I do this
it ignores BC part.
Could you tell me if I am doing something wrong or if it an issue. If last, maybe you could give me a hint where I can take a look to help you to solve this issue.
Cheers!
The text was updated successfully, but these errors were encountered: