Hi all! I'm working on upgrading our Android proje...
# squarelibraries
a
Hi all! I'm working on upgrading our Android project's SQLDelight version from 2.0.1 to 2.10, but seeing an issue compiling after upgrading where it does not recognize
last_insert_rowid()
Copy code
Unknown function last_insert_rowid
    SELECT last_insert_rowid()
           ^^^^^^^^^^^^^^^^^^^
last_insert_rowid()
is a part of SQLite, is there some kind of change made to override this in the latest update? I was unable to find anything directly referencing it in the changelogs