Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SQLite to 3.38.1 #1320

Merged
merged 1 commit into from
Mar 20, 2022
Merged

Update SQLite to 3.38.1 #1320

merged 1 commit into from
Mar 20, 2022

Conversation

DL6ER
Copy link
Member

@DL6ER DL6ER commented Mar 20, 2022

By submitting this pull request, I confirm the following:

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

How familiar are you with the codebase?:

10


This is a bugfix release.

CHANGELOG

  1. Fix problems with the new Bloom filter optimization that might cause some obscure queries to get an incorrect answer.
  2. Fix the localtime modifier of the date and time functions so that it preserves fractional seconds.
  3. Fix the sqlite_offset SQL function so that it works correctly even in corner cases such as when the argument is a virtual column or the column of a view.
  4. Fix row value IN operator constraints on virtual tables so that they work correctly even if the virtual table implementation relies on bytecode to filter rows that do not satisfy the constraint.
  5. Other minor fixes to assert() statements, test cases, and documentation. See the source code timeline for details.

Signed-off-by: DL6ER <dl6er@dl6er.de>
@DL6ER DL6ER added the SQLite3 label Mar 20, 2022
@DL6ER DL6ER requested a review from a team March 20, 2022 08:20
@DL6ER DL6ER changed the title Updates embedded SQLite to 3.38.1 Update SQLite to 3.38.1 Mar 20, 2022
@yubiuser yubiuser merged commit 9ba75b7 into development Mar 20, 2022
@yubiuser yubiuser deleted the update/sqlite_3.38.1 branch March 20, 2022 08:48
@pralor-bot
Copy link

This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there:

https://discourse.pi-hole.net/t/pi-hole-ftl-v5-15-web-v5-12-and-core-v5-10-released/54987/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants