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
Currently, it is inconvenient to convert each date into a JavaScript Date object before writing it to the database. This process introduces unnecessary complexity and overhead, especially when having to use regex to convert date strings.
This worked fine in versions < 1.0.0. I don't really understand why this was changed.
Describe the solution
Allow dates to be passed as ISO strings, like it is possible in SurrealDB itself
SurrealDB version
surreal 1.5.0 for linux on aarch64
JavaScript SDK version
1.0.0-beta.12
Contact Details
No response
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Luxbit
changed the title
Feature: Support ISO Format for Datetime
Feature: Support for writing datetime values in ISO format
Aug 5, 2024
Is your feature request related to a problem?
Currently, it is inconvenient to convert each date into a JavaScript Date object before writing it to the database. This process introduces unnecessary complexity and overhead, especially when having to use regex to convert date strings.
This worked fine in versions < 1.0.0. I don't really understand why this was changed.
Describe the solution
Allow dates to be passed as ISO strings, like it is possible in SurrealDB itself
SurrealDB version
surreal 1.5.0 for linux on aarch64
JavaScript SDK version
1.0.0-beta.12
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: