-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added updated_at Datetime #12
Conversation
Error: ColumnDecode { index: "\"updated_at\"", source: "mismatched types; Rust type `core::option::Option<std::time::SystemTime>` (as SQL type `Timestamp`) is not compatible with SQL type `DateTime`" }
Thank you for your contribution. I created the issue #13 and will investigate the problem. |
You should use That's how it works now. We need to think about it, maybe it's worth do it other way. |
How to select by "updated_at > now - 1 week" ? |
updated_at must be also different type:
you could use:
then
|
Thank you for your help!
|
Thank you very much for your help! |
I'am using VSCode with rouge theme |
Maybe you know a hint on how to search for an array of values by an array in ydb?
But how do you search an array by an array?
|
Sorry, I have not worked with such data in YDB |
Maybe you know a hint on how to work with geospatial data, like https://postgis.net/ ? |
Unfortunately, I have not worked with such data. It is difficult to advise something without immersion in the subject |
Error: ColumnDecode { index: ""updated_at"", source: "mismatched types; Rust type
core::option::Option<std::time::SystemTime>
(as SQL typeTimestamp
) is not compatible with SQL typeDateTime
" }