jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
439 stars 61 forks source link

Aws timestamp support #44

Closed cklam2 closed 4 years ago

cklam2 commented 4 years ago

Solves #28 (native Date object support)

See https://github.com/jeremydaly/data-api-client/issues/28#issuecomment-613582231 for the change overview.

jeremydaly commented 4 years ago

This completely fell off my radar. I have time to review this tomorrow.

jeremydaly commented 4 years ago

It looks like the formatOptions are not passing through to transactions.

jeremydaly commented 4 years ago

Fixed and merged. Need to add more tests.