-
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
SQLITE compilation stuck on 0% CPU Usage #1245
Comments
I think this issue ca be solved by #1242 |
I see this with PostgreSQL on Linux, so I think it may not be limited to sqlite. |
I think this issue happens only if you use a .env File. I had the issue with sqlite and mariadb. The PR I mentioned should solve it. |
Also seeing this issue w/potsgresql (ubuntu & debian) after upgrading to 0.5.4 (after downgrading from 0.5.3 to 0.5.1 over the weekend due to #1236). Downgrading again to 0.5.1 ( |
@toshokan |
I've a DB client written with the query! and query_as! macros and these cause my project to stall/get stuck at the last compilation step, it's stuck on the SQL check step of those 2 macros and it worked fine up until I did cargo update.
Any help would be highly appreciated!
The machines that this code was tested on:
Asus Zephyrus G14 with Ubuntu 21.04
MacBook Air M1 Base Model
Both with the 1.52 rustc compiler
sqlx 0.5.4
The text was updated successfully, but these errors were encountered: