databases/sqlite: Update to 3.22.0
Changelog:
https://www.sqlite.org/releaselog/3_22_0.html
Port changes:
- Added the OFFSET option for the new sqlite_offset() function
- Added 'Optional extensions' and 'Optional functions' option groups for better options readability
- Deleted patches from files/ because they were disabling certain options in the command-line utility that the upstream keeps always enabled there
- Changed capitalization in some options according to common spelling rules
PR: 225627
Submitted by: Charlie Li <ml+freebsd@vishwin.info> (original version)
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer, later version)
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D14216