Hi there,
Render’s sqlite3 version is 3.27.2 (from February, 2019). Is there a way for me to specify a newer version in environment variables, or any chance ya’ll are interested in updating it? It’s nearing 5 years old!
I’m running into an issue where the ALTER TABLE semantics in Render’s version of sqlite are different than that on my machine, causing crashes during DB migration. It’d be nice to have similar DB versions to ease the maintenance load.
Stuff I’ve checked
- render native runtime list (I can only post two links, so omitted)
- render env var docs: (Environment Variables | Render Docs)
- this related thread (Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0), which describes creating shims using python’s sys
I could go to Docker, but it’s all so close to working, I’d love to be able to specify a SQLITE3_VERSION env var, or have a newer version installed. Many thanks for your consideration!