panates / postgrejs

Professional PostgreSQL client for NodeJS
https://postgrejs.panates.com
MIT License
50 stars 12 forks source link

Type 'time' can not inserted to postgresql db #3

Closed mumincelal closed 3 years ago

mumincelal commented 3 years ago

Database definition

Screen Shot 2021-04-05 at 11 25 25

Entity definition

Screen Shot 2021-04-05 at 11 25 46

Test result

Screen Shot 2021-04-05 at 11 26 09
erayhanoglu commented 3 years ago

Implemented in 1.16.0

mumincelal commented 3 years ago

The problem still continues. I am getting column <column_name> is of type time without time zone but the expression is of type character varying error on time types.