Join Slack
Powered by
what dialect are you on
# squarelibraries
a
alec
01/10/2022, 1:52 PM
what dialect are you on
j
jean
01/10/2022, 1:53 PM
I don’t know what you mean by “dialect”
a
alec
01/10/2022, 1:54 PM
its a setting in gradle:
https://cashapp.github.io/sqldelight/android_sqlite/gradle/
alec
01/10/2022, 1:54 PM
alter table rename is only supported on sqlite versions >= 3.25
j
jean
01/10/2022, 1:55 PM
I do not have that in mine, that’s probably the issue. Which version is recommended fr sqldelight 1.5.2?
a
alec
01/10/2022, 1:56 PM
if you’re on android you are restricted by your minSdk:
https://stackoverflow.com/questions/2421189/version-of-sqlite-used-in-android
j
jean
01/10/2022, 1:56 PM
it’s in a kmm project
a
alec
01/10/2022, 1:57 PM
then it’ll be the floor of the sqlite versions of each of your targets
j
jean
01/10/2022, 1:57 PM
right. Thanks for the help! 🙂
a
alec
01/10/2022, 1:57 PM
np 👍
3
Views
Open in Slack
Previous
Next