what dialect are you on
# squarelibraries
a
what dialect are you on
j
I don’t know what you mean by “dialect”
a
alter table rename is only supported on sqlite versions >= 3.25
j
I do not have that in mine, that’s probably the issue. Which version is recommended fr sqldelight 1.5.2?
a
if you’re on android you are restricted by your minSdk: https://stackoverflow.com/questions/2421189/version-of-sqlite-used-in-android
j
it’s in a kmm project
a
then it’ll be the floor of the sqlite versions of each of your targets
j
right. Thanks for the help! 🙂
a
np 👍