Replies: 1 comment
-
if you want to obtain primary key created by SQLite so you can do it only if primary key is integer. If it a string then error will occur. You can try it by yourself using raw SQLite |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when you do an insert for a class that has a non integer primary key, how do you obtain the primary key? using rowid?
Beta Was this translation helpful? Give feedback.
All reactions