Add Warning if Continuation Token is returned by Query but not provided to user #428
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
As per this page https://docs.microsoft.com/en-us/azure/cosmos-db/sql-query-pagination#understanding-query-executions it is possible that a continuation token is returned, but the user did not expect it so didn't assign it to a variable. If that is the case then should show a warning.
The text was updated successfully, but these errors were encountered: