Added note in README and Changelog about better performance when using a more recent SQLite version (references #2056)

This commit is contained in:
Bernd Bestel 2022-12-26 08:46:44 +01:00
parent 15f7ac3da0
commit 383ac49919
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Alternatively clone this repository (the `release` branch always references the
- PHP 8.1 (with SQLite 3.34.0+) - PHP 8.1 (with SQLite 3.34.0+)
- Required PHP extensions: `fileinfo`, `pdo_sqlite`, `gd`, `ctype`, `json`, `intl`, `zlib`, `mbstring` - Required PHP extensions: `fileinfo`, `pdo_sqlite`, `gd`, `ctype`, `json`, `intl`, `zlib`, `mbstring`
- _Recommendation: Benchmark tests showed that e.g. unit conversion handling is up to 5 times faster when using a more recent (3.39.4+) SQLite version._
## How to run using Docker ## How to run using Docker

View File

@ -2,6 +2,8 @@
> ❗ The major version bump is due to breaking API changes, please see below if you use the API. > ❗ The major version bump is due to breaking API changes, please see below if you use the API.
> _Recommendation: Benchmark tests showed that e.g. unit conversion handling is up to 5 times faster when using a more recent (3.39.4+) SQLite version._
### New feature: xxxx ### New feature: xxxx
- xxx - xxx