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
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).
@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
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: sequelize-aws-data-api@1.0.0-dev.4
The text was updated successfully, but these errors were encountered: