-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Caused by android.database.sqlite.SQLiteException: Expression tree is too large (maximum depth 1000) (code 1) #1249
Conversation
@mmarciniak Please test this pr really carefully: |
Tested with success.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! One small naming change and I think this is ready to go.
@@ -107,7 +119,7 @@ public InstanceGoogleSheetsUploader(GoogleAccountCredential credential) { | |||
.build(); | |||
} | |||
|
|||
protected void uploadInstances(String selection, String[] selectionArgs, String token) { | |||
protected void uploadInstances(String selection, String[] selectionArgs, String token, int low, int vauesCount) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vauesCount
should be instanceCount
I think.
@lognaturel fixed. |
This PR is in reference to resolve #1231