libstack icon indicating copy to clipboard operation
libstack copied to clipboard

Postgres implementation is removing the time part of the timestamp

Open codehashi-dev opened this issue 3 years ago • 1 comments

When creating/updating on Aurora Serverless Postgres using the AWS Data API wrapper, the time part is removed from date/time fields.

According to Data API documentation the correct typehint for Timestamps is "TIMESTAMP" (::timestamp) instead of the current implemention with "DATE" (::date).

Affected version: [email protected]

codehashi-dev avatar Mar 24 '21 03:03 codehashi-dev

@codehashi-dev could you please suggest me how to get connection with this package as in basic sequelize package, previously I have used config/config.json wth sequelize without data-api

rabiSharelookapp avatar Jun 09 '21 08:06 rabiSharelookapp