Update Sqlite Version
My next feature request is to update the sqlite version in the sql query action. I would like to use many of the date time functions only available in later versions.
When I query "SELECT sqlite_version();" it outputs "3.39.2
Compare the two user guides' pages on date and time functions:
[3.39.2 - September 2022](https://web.archive.org/web/20220902005517/https://www.sqlite.org/lang_datefunc.html)
[3.53.0 - Latest Version ](https://www.sqlite.org/lang_datefunc.html)
The latest version has the timediff function that is missing from the earlier one. It also has 14 more substitutions and 9 more modifiers. Those would be very useful for a few of my projects.
Thanks!