-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Sqlx-core error in logger.rs FormatOptions reference #3544
Comments
Looks like Signature for |
Same here, came here to post this. |
Thanks for the fast response, seems like others are having issues installing sea-orm-cli because of this issue SeaQL/sea-orm#2380 Prior to your response I forked the sqlx repo and made the change in the logger.rs file in sqlx-core and it gave me the opposite error, telling me to drop the reference to the |
Same here. I made the change myself it worked once and then told me to change back. Frustrating. |
Does anyone know if there an easy way for my project to override (I'm a Rust newbie and couldn't find a simple way to do this.) |
Came here to post this too. It also happens when using
sqlx version 0.8.2 |
@oniony are you experiencing this issue with sea-orm-cli or the sqlx-cli? I am trying out fixes for sea-orm-cli, now |
You should be able to do |
I'd accept a PR to remove |
I'm not using I.e. I have a project with a dependency on |
[dependencies] Workaround I'm doing for now. |
Bug Description
When using
cargo install sea-orm-cli
for versions 1.0.0 and 1.0.1 I get an error for the sqlx-core crate as follows:Minimal Reproduction
Run
cargo install sea-orm-cli
Info
rustc --version
: rustc 1.81.0 (eeb90cda1 2024-09-04)The text was updated successfully, but these errors were encountered: