-
Notifications
You must be signed in to change notification settings - Fork 58
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
Datetime docs? #280
Comments
Hello, could you please provide a reproducer with the connector code? There is an example: https://pkg.go.dev/github.com/tarantool/go-tarantool@v1.10.0/datetime#example-package go-tarantool/datetime/example_test.go Lines 21 to 81 in 64e41c5
|
After spending some more time on this probably the issue was somewhere else in the stack, though with a clearer example somewhere I could have ruled it out sooner before coming here. In particular, you aren't showing an end to end example of saving this into a space (what does the space def look like in the example tests you shared?) Also lacking is a complete example of a real entity/struct defined actually using the datetime type as a member prop etc so you really need to be motivated to find the answer, not great for newcomers to tarantool which I would assume many users of the Golang drivers will be |
The space has a just go-tarantool/datetime/config.lua Line 17 in ab1fb93
Let's summarize. We need to improve our
|
given schema
trying to write some data with the go driver gets me:
changing the schema to
type = 'string'
and it seems to just work fine, so I assume either thedatetime
package isn't functioning as expected, and again there's no docs or full examples. is this expected? am I doing something wrong? can we get some docs created someday?The text was updated successfully, but these errors were encountered: