-
Notifications
You must be signed in to change notification settings - Fork 6
Bug: DateTimes are not inserted into the database correctly #37
Comments
Thanks for the report, I've read the discussion on discord about this bug. I reviewed the current implementation and found the following issues in addition to your report:
|
This should be fixed in SurrealDB now. surrealdb/surrealdb#250 |
True, sadly, the changeset is not in the current beta release. @tobiemh do you have any information on the release schedule of SurrealDB? Is there a high velocity release channel, something like nightly/weekly, in the works? |
We can this bug open (tagged as blocked maybe?) and keep the tests commented. When the the update rolls out we can un-comment them and close this issue. |
Blocked until surrealdb/surrealdb#250 is in release |
Hi @ProphetLamb , I've added a nightly release so that the main branch is released daily. This should be going live midnight tonight UTC time! |
Neat! Thanks a lot, makes developing much easier. |
Solved with #52 |
Continuation of #25
Datetimes still are inserted with the fraction portion of the date prepended with two zeros. Tests seem to work as expected, despite the data being wrong.
The text was updated successfully, but these errors were encountered: