sqlite: update to 0.37
The concat function is not present in sqlite-0.32, since it was
introduced in 3.441.
Update the sqlite version to 0.37, which brings in 3.452, via sqlite3_sys.
1
https://sqlite.org/forum/forumpost/c14028be1b9c0e20de9e39d70706adc9f5a36bb5ccaad6db22f7d99633eafff8
2
https://docs.rs/sqlite3-sys/0.18.0/sqlite3_sys/constant.SQLITE_VERSION.html
The concat function is not present in sqlite-0.32, since it was
introduced in 3.441.
Update the sqlite version to 0.37, which brings in 3.452, via sqlite3_sys.
1
https://sqlite.org/forum/forumpost/c14028be1b9c0e20de9e39d70706adc9f5a36bb5ccaad6db22f7d99633eafff8
2
https://docs.rs/sqlite3-sys/0.18.0/sqlite3_sys/constant.SQLITE_VERSION.html