-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Automatic primary key #436
Comments
Thanks for reporting this @siv-kon! SQLite generates the following bytecode:
Limbo goes on a wild adventure with coroutines:
@jussisaurio any ideas what's going wrong here? |
@penberg sqlite does this type of thing when there's multiple tuples being inserted
and it does an even closer-looking thing when the table is declared without INTEGER PRIMARY KEY:
I think our INSERTs are currently hardcoded to assume 1. multiple tuples being inserted and 2. table w/o INTEGER PRIMARY KEY rowid alias |
The same in Sqlite3 works.
The text was updated successfully, but these errors were encountered: