Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
sqlite: update to 0.37
Archived fintohaps opened 1 month ago

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

fintohaps opened with revision 8cca9f86 on base 07369771 +12 -14 1 month ago

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