you have to explicitely ask for the rowid now: ``...
# squarelibraries
a
you have to explicitely ask for the rowid now:
Copy code
lastInsert:
SELECT last_insert_rowid();
👍 1
h
Thanks. And for deleted count it's
changes()
correct?
a
yupyup!