sqlx/tests/sqlite
Austin Bonander 8b30f3059b
Fix a panic in the worker thread when dropping the connection while SqliteRows still exist (#1450)
* chore(sqlite): add repro for #1419

* fix(sqlite): hold a reference to the connection in `SqliteRow`

fixes #1419
2021-09-22 16:55:22 -07:00
..
.gitignore Finish support for Postgres COPY (#1345) 2021-09-13 13:03:38 -07:00
derives.rs Correct Postgres' Length Limit for Bind Parameters (#1141) 2021-03-29 19:39:27 -07:00
describe.rs Keep track of column typing in SQLite EXPLAIN parsing (#1323) 2021-07-21 16:27:47 -07:00
macros.rs feat(macros): implement query_scalar!() and variants 2021-01-20 22:23:04 -08:00
setup.sql Update tests/sqlite/setup.sql to match current tests. 2020-06-27 09:11:02 +01:00
sqlite.db sqlite: fix a couple segfaults (#1351) 2021-08-16 14:39:45 -07:00
sqlite.rs Fix a panic in the worker thread when dropping the connection while SqliteRows still exist (#1450) 2021-09-22 16:55:22 -07:00
types.rs style: rustfmt 2020-12-19 00:08:29 -08:00