Closed ItachiSan closed 3 years ago
I can definitely do that! How much of an overhead should I have? 0.5 seconds?
Hi, is there any issue with the current pull request? I was expecting this to be merged sooner or later.
@Jhuni0123 Could you review and merge this PR?
The SQLite DATETIME() method does not provide milliseconds nor has a switch for toggling them. This is overall inconvenient. By calling correctly STRFTIME(), we can have the milliseconds information appropriately added.
In addition, the CI configuration file was updated to support newer Python and SQLAlchemy versions.