Update rusqlite from 0.24 to 0.25

This commit is contained in:
link2xt
2021-05-01 06:23:06 +03:00
parent c5aef03008
commit 17ad4e99ee
10 changed files with 35 additions and 35 deletions

View File

@@ -2,13 +2,13 @@
## Unreleased
- switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381
- switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381 #2385
- global search performance improvement #2364 #2365 #2366
- improve SQLite performance with `PRAGMA synchronous=normal` #2382
- python: fix building of bindings against system-wide install of `libdeltachat` #2383
- python: fix building of bindings against system-wide install of `libdeltachat` #2383 #2385
- fix creation of many delete jobs when being offline #2372