Page MenuHomeSolus

Update sqlite3 to 3.27.2
ClosedPublic

Authored by kyrios123 on Feb 26 2019, 7:10 PM.
Tags
None
Referenced Files
F11065615: D5543.diff
Fri, Aug 11, 5:08 PM
F10870926: D5543.id13513.diff
Jun 18 2023, 12:05 PM
F10862987: D5543.id13473.diff
Jun 17 2023, 12:04 AM
F10858188: D5543.diff
Jun 15 2023, 1:57 PM
F10724332: D5543.id.diff
May 7 2023, 2:39 PM
Subscribers
None

Details

Summary
  • Fix a bug in the IN operator that was introduced by an attempted optimization in version 3.27.0
  • Fix a bug causing a crash when a window function is misused
  • Fix various documentation typos

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • run sqlite test.db -> .show -> .databases
  • create table xxx ..., insert into table xxx, select * from xxx

Diff Detail

Repository
R2955 sqlite3
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 27 2019, 3:31 PM
This revision was automatically updated to reflect the committed changes.