You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that after an insert or update, cursor.rowid has the last affected row. This is very useful behavior that avoids the need to make an immediate read to get that id. It's part of the sqlite3 python module that I really like and python users experienced with it are likely to expect libsql has the same feature. I did.
from ChrisMills on Discord:
https://discord.com/channels/933071162680958986/1364681822679859362/1366422132757893161
The text was updated successfully, but these errors were encountered: