Hi, im trying to use room with sqlite windowing functions LAG and LEAD
Tower Guidev2
01/04/2022, 10:14 AM
from my investigations i have found that room does not support these window functions due to the version of Sqlite shipped with android
is there any way i can download and install the most recent version of sqlite into my current android application to fix this issue?
Tower Guidev2
01/04/2022, 10:16 AM
if i manage to install the most recent version of sqlite will room auto detect it, or will I have to complete addintional configuration steps for room?
y
yigit
01/07/2022, 7:11 PM
we already validate w/ a more recent version of sqlite so that might already include what you want from validation perspective.
as for shipping a later version, there are some public deployments that also implements the API room needs to use it