-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Without rowid #654
Labels
Comments
statement serializator for |
It looks like a bug |
Ok, i will fix it in separate PR |
denzor200
added a commit
to denzor200/sqlite_orm
that referenced
this issue
Jan 30, 2021
denzor200
added a commit
to denzor200/sqlite_orm
that referenced
this issue
Jan 30, 2021
Fixed. |
@denzor200 thanks. I've merged it a minute ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
_without_rowid
parameter only affects theinsert
method. This parameter does not apply toinsert_range
. Is this expected?The text was updated successfully, but these errors were encountered: