-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
The trait is not implemented for #280
Comments
@Marekuss thank you for the report, workaround enable features: |
Ooops... I understand. For my PR needed: rust-lang/rust#73663 |
@ikrivosheev Thanks for hint, i tried it but another error happened:
Error message
|
@Marekuss and add features for |
@Marekuss you can see example: https://github.com/SeaQL/sea-query/tree/master/examples/rusqlite |
@Marekuss, I create PR which fix the issue) |
@ikrivosheev Thanks a lot for your effort. regardind to
Example with sea_query 0.22 work well:
For sea_query version 0.23 where is added "time"
with error message:
@ikrivosheev Please, do you think i missed something ? |
@Marekuss maybe you can wait until my PR is merged?) |
@Marekuss try new version. |
Description
Hello guys, im not able to compile minimal example (below) with rusqlite backend, where im getting follow error:
Steps to Reproduce
cargo init --bin
cargo update && cargo build
Versions
Linux: Linux user-server 5.4.0-99-generic #112-Ubuntu SMP Thu Feb 3 13:50:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
rustc: 1.57.0
cargo: 1.57.0
Additional Information
cargo tree | grep sea-
cargo tree
The text was updated successfully, but these errors were encountered: