-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not support field type datetime #32
Comments
hi @measproem, is this actual issue? |
It is commonly issue for Tarantool client require implement MessagePack extension the data type of space column (UUID, DateTime, Decimal..) |
@measproem yep, looks like uuid, decimal and emails type are already implemented. i can't find an example of datetime type usage in tarantool, only lua module for datetime management |
@nekufa Here are all the extensions currently supported by the client. I recall starting work on adding datetime support but didn’t finish, as the Tarantool specification was still in development and subject to change at the time (I might still have some of that work). That said, implementing this and other missing types should be relatively straightforward. If anyone wants to give it a try, this example of MessagePack's timestamp extension might serve as a good reference. There's also a datetime extension example, though it's mostly for demo purposes and doesn’t align with the Tarantool specification. Finally, here's an article on writing your own extension, which could also be useful. |
I forked other repo and solved but with Rust and TypeScript just personal |
Any space field contain type
datetime
will problemThe text was updated successfully, but these errors were encountered: