-
Notifications
You must be signed in to change notification settings - Fork 494
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
[Internal] Query: Adds support for continuation using SqlQuerySpec #3774
[Internal] Query: Adds support for continuation using SqlQuerySpec #3774
Commits on Mar 16, 2023
-
initial change to support sending continuation as resume value in que…
…ry spec
Bala Perumalswamy committedMar 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 60f7f09 - Browse repository at this point
Copy the full SHA 60f7f09View commit details
Commits on Mar 18, 2023
-
serialize resume value in continuation token.
Bala Perumalswamy committedMar 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 7aba983 - Browse repository at this point
Copy the full SHA 7aba983View commit details
Commits on Mar 21, 2023
-
fix unit test that was failing. other minor refactors
Bala Perumalswamy committedMar 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 732cb05 - Browse repository at this point
Copy the full SHA 732cb05View commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55dbb82 - Browse repository at this point
Copy the full SHA 55dbb82View commit details
Commits on Jun 22, 2023
-
Merge branch 'master' into users/balaperu/query_spec_continuation
Bala Perumalswamy committedJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 39e83c1 - Browse repository at this point
Copy the full SHA 39e83c1View commit details
Commits on Jul 14, 2023
-
Merge branch 'master' into users/balaperu/query_spec_continuation
Bala Perumalswamy committedJul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 1976690 - Browse repository at this point
Copy the full SHA 1976690View commit details -
Bala Perumalswamy committed
Jul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 5eb8726 - Browse repository at this point
Copy the full SHA 5eb8726View commit details
Commits on Jul 19, 2023
-
Bala Perumalswamy committed
Jul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 13797cb - Browse repository at this point
Copy the full SHA 13797cbView commit details -
Merge branch 'master' into users/balaperu/query_spec_continuation
Bala Perumalswamy committedJul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 079196c - Browse repository at this point
Copy the full SHA 079196cView commit details
Commits on Aug 2, 2023
-
Bala Perumalswamy committed
Aug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 09b0704 - Browse repository at this point
Copy the full SHA 09b0704View commit details
Commits on Aug 8, 2023
-
Create separate top level object to represent SqlQueryResumeValue. Di…
…fferent types of resume values are private in this object Consolidate all the visitor and serialization of resume value to SqlQueryResumeValue Other code review comments
Bala Perumalswamy committedAug 8, 2023 Configuration menu - View commit details
-
Copy full SHA for d228875 - Browse repository at this point
Copy the full SHA d228875View commit details
Commits on Aug 9, 2023
-
handle different continuation token for target partition
Bala Perumalswamy committedAug 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 07eb3ac - Browse repository at this point
Copy the full SHA 07eb3acView commit details
Commits on Aug 11, 2023
-
update test for continuation from array and object values. other mino…
…r code refactors
Bala Perumalswamy committedAug 11, 2023 Configuration menu - View commit details
-
Copy full SHA for b041d42 - Browse repository at this point
Copy the full SHA b041d42View commit details
Commits on Aug 24, 2023
-
save resume value as CosmosElement instead of defining a separate der…
…ived objects. update cosmosundefinedquerytests. other code review comments.
Bala Perumalswamy committedAug 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 86dd496 - Browse repository at this point
Copy the full SHA 86dd496View commit details
Commits on Aug 25, 2023
-
support on CosmosNumber64. Other number types are not supported for r…
…esume value. unit tests for SqlQueryResumeValue.
Bala Perumalswamy committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 05c1a89 - Browse repository at this point
Copy the full SHA 05c1a89View commit details
Commits on Aug 26, 2023
-
update cosmosundefinedquerytests to include arrays and object in orde…
…r by and group by tests. reducing the document count to reduce execution time.
Bala Perumalswamy committedAug 26, 2023 Configuration menu - View commit details
-
Copy full SHA for c63665f - Browse repository at this point
Copy the full SHA c63665fView commit details
Commits on Aug 28, 2023
-
revert change to have separate SqlQueryResumeValue objects as it is b…
…etter symmetry for comparing arrays and objects.
Bala Perumalswamy committedAug 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 315314d - Browse repository at this point
Copy the full SHA 315314dView commit details
Commits on Aug 29, 2023
-
group resume value into 3 types: Undefined, Primitive and Complex
Bala Perumalswamy committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 5144b4e - Browse repository at this point
Copy the full SHA 5144b4eView commit details
Commits on Sep 5, 2023
-
Bala Perumalswamy committed
Sep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for b5b9159 - Browse repository at this point
Copy the full SHA b5b9159View commit details -
Merge branch 'master' into users/balaperu/query_spec_continuation
Bala Perumalswamy committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for b1b3c78 - Browse repository at this point
Copy the full SHA b1b3c78View commit details
Commits on Jan 26, 2024
-
Merge branch 'master' into users/balaperu/query_spec_continuation
Bala Perumalswamy committedJan 26, 2024 Configuration menu - View commit details
-
Copy full SHA for d57b084 - Browse repository at this point
Copy the full SHA d57b084View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b6655c - Browse repository at this point
Copy the full SHA 6b6655cView commit details