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
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear
'Brace indexing is not supported for variables of this type',
and this is understandable because he expects a cell array but a simple char is generated.
Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When more than 10000 rows are requested it seems that the extra field Cursor_ID is generated, and this error appear
'Brace indexing is not supported for variables of this type',
and this is understandable because he expects a cell array but a simple char is generated.
Then how to deal with these kind of situations? I think I should use the Cursor_ID to get the remaining part but I don't know how and the code does not seem to deal with these kind of request
The text was updated successfully, but these errors were encountered: