sqlx/tests/sqlite
Yuri Astrakhan a824e8468c
Cleanup format arguments (#2650)
Inlined format args make code more readable, and code more compact.

I ran this clippy command to fix most cases, and then cleaned up a few trailing commas and uncaught edge cases.

```
cargo clippy --bins --examples  --benches --tests --lib --workspace --fix -- -A clippy::all -W clippy::uninlined_format_args
```
2023-07-31 13:27:04 -07:00
..
fixtures feat: implement testing utilities (#2001) 2022-08-02 14:38:12 -07:00
migrations feat: implement testing utilities (#2001) 2022-08-02 14:38:12 -07:00
migrations_reversible fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
migrations_simple fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
.gitignore Finish support for Postgres COPY (#1345) 2021-09-13 13:03:38 -07:00
any.rs fix(sqlite): encode bool as integer (#2620) 2023-07-14 16:27:53 -07:00
derives.rs preparing 0.5.8 release (#1466) 2021-10-01 14:45:25 -07:00
describe.rs Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
error.rs 0.7.0-alpha.1 release 2023-02-21 14:56:54 -08:00
macros.rs feat(macros): implement query_scalar!() and variants 2021-01-20 22:23:04 -08:00
migrate.rs fix: ensure migration progress is not lost for PG, mysql and sqlite (#1991) 2022-09-12 17:52:04 -07:00
setup.sql feat: better database errors (#2109) 2023-02-21 13:25:25 -08:00
sqlcipher.rs Break drivers out into separate crates, clean up some technical debt (#2039) 2023-02-21 13:25:25 -08:00
sqlite.db Add client SSL authentication using key-file for Postgres, MySQL and MariaDB (#1850) 2023-02-21 13:25:25 -08:00
sqlite.rs Cleanup format arguments (#2650) 2023-07-31 13:27:04 -07:00
test-attr.rs Break drivers out into separate crates, clean up some technical debt (#2039) 2023-02-21 13:25:25 -08:00
types.rs Add Simple format for Uuid for MySQL & SQLite. (#2469) 2023-05-04 13:14:06 -07:00