Marian Degel
Marian Degel
Might be unrelated, but I had a similar issue with pulumi-artifactory (Python): With pulumi_artifactory==6.5.1 I get similar errors: ```bash $ pulumi up # ... artifactory:index:LocalGenericRepository (demo-staging-generic-local): error: error reading from...
I have similar issues running the latest **openproject/community:12** as described in the Quickstart: ```bash $ curl -Lvv http://localhost:8080/ * Trying 127.0.0.1:8080... * Connected to localhost (127.0.0.1) port 8080 (#0) >...
I have experienced the same / a very similar issue (sqlx 0.7.2). I have some code similar to this: ```rust sqlx::any::install_default_drivers(); let pool = AnyPoolOptions::new() .max_connections(2) .connect("sqlite::memory:") .await?; migrate!("db/migrations").run(&pool).await?; ```...
Looking into it a bit further from earlier issues this seems to be an SQLite limitation: https://github.com/launchbadge/sqlx/issues/362#issuecomment-636661146