Skip to content

Conversation

@grendello
Copy link
Contributor

Changes: https://sqlite.org/releaselog/3_40_0.html

Changes which might be interesting for us:

  • Security enhancement: SQLITE_DBCONFIG_DEFENSIVE is augmented to
    prohibit changing the schema_version. The schema_version becomes
    read-only in defensive mode.
  • Change the algorithm used by SQLite's built-in pseudo-random
    number generator (PRNG) from RC4 to Chacha20.
  • Miscellaneous performance optimizations result in about 1% fewer
    CPU cycles used on typical workloads.

Changes: https://sqlite.org/releaselog/3_40_0.html

Changes which might be interesting for us:

  * Security enhancement: SQLITE_DBCONFIG_DEFENSIVE is augmented to
    prohibit changing the schema_version. The schema_version becomes
    read-only in defensive mode.
  * Change the algorithm used by SQLite's built-in pseudo-random
    number generator (PRNG) from RC4 to Chacha20.
  * Miscellaneous performance optimizations result in about 1% fewer
    CPU cycles used on typical workloads.
@grendello grendello requested a review from jonpryor as a code owner November 17, 2022 21:08
@jonpryor jonpryor merged commit 263eaef into dotnet:main Nov 21, 2022
@grendello grendello deleted the sqlite-bump branch November 21, 2022 14:53
grendello added a commit to grendello/xamarin-android that referenced this pull request Nov 22, 2022
* main:
  Bump to mono/mono@6dd9def5 (dotnet#7574)
  Bump to dotnet/installer@296eeb3 8.0.100-alpha.1.22570.9 (dotnet#7571)
  [ci] Add API-33 to the nightly build (dotnet#7552)
  [docs] Fix typo in XA0134 (dotnet#7569)
  [docs] how to `dotnet trace` our build (dotnet#7573)
  [Xamarin.Android.Build.Tasks] Useful errors when using binutils (dotnet#7566)
  Bump SQLite to 3.40.0 (dotnet#7564)
grendello added a commit to grendello/xamarin-android that referenced this pull request Nov 22, 2022
* main:
  Bump to mono/mono@6dd9def5 (dotnet#7574)
  Bump to dotnet/installer@296eeb3 8.0.100-alpha.1.22570.9 (dotnet#7571)
  [ci] Add API-33 to the nightly build (dotnet#7552)
  [docs] Fix typo in XA0134 (dotnet#7569)
  [docs] how to `dotnet trace` our build (dotnet#7573)
  [Xamarin.Android.Build.Tasks] Useful errors when using binutils (dotnet#7566)
  Bump SQLite to 3.40.0 (dotnet#7564)
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants