-
### Bug Description
The maintenance tasks [spawned](https://github.com/launchbadge/sqlx/blob/c17c59fc4c13d5031f05b316ef8a8fb44875a822/sqlx-core/src/pool/inner.rs#L62) by the InnerPool prevent it from…
-
```json
{
"job": null,
"context": {
"id": "JID-01H1F31FYEDKGH94XQEDX4ZSYA",
"status": "Pending",
"run_at": "2023-05-27T17:10:33.166137782Z",
"attempts": …
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single bug…
-
Command I'm running: from [here](https://github.com/FuelLabs/fuel-indexer/tree/develop/examples/fuel-explorer)
```
forc index deploy \
--path fuel-explorer \
--target-dir $PWD/../../ \
-…
-
### Bug Description
I tried to query User set from Postgres by condition name/phone/email,I used the QueryBuilder.push(xx).push_bind(xx),but it doesn't work. When i tried with: name='mytestname',phon…
-
To repro:
```
# as per https://crates.io/crates/sqlx-cli
cargo install sqlx-cli --no-default-features --features postgres
```
yields:
```
Compiling sqlx-rt v0.5.10
error: one of the feat…
-
![image](https://github.com/blockscout/blockscout/assets/32578764/5127f64c-e826-4bf3-9c77-4a478bff333d)
https://explorer1.zebrocoin.info/address/0x1DAB795879D52778302D22a52cf0107530cBf916/contrac…
-
### Bug Description
Deriving `sqlx::Type` fails when having `String` and `Option` fields in a struct.
### Minimal Reproduction
```
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, sq…
-
## Summary
Add an `ssh` connection type.
Should be able to create via:
```
create connection my_ssh_tunnel for ssh
options (host = 'host', user = 'user', port = 22);
```
This should b…
-
//// Postgres Setup
CREATE SCHEMA cust;
CREATE TYPE cust."CustomerType" AS ENUM
('Test', 'Std');
CREATE TABLE IF NOT EXISTS cust.customer
(
id integer NOT NULL DEFAULT nextval('cust.…