jeremydaly / data-api-client

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

Fix #110 by changing date format detection regex #111

Closed joshlang closed 2 years ago

joshlang commented 2 years ago

Bugfix to close #110

Allows any number of fractional seconds when detecting datetime format, instead of just 3, which leads to bugs when mysql truncates trailing millisecond digits.