Skip to content
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

Fix Typos in Queries for GetTaskList() #392

Merged
merged 3 commits into from
Jan 21, 2023
Merged

Fix Typos in Queries for GetTaskList() #392

merged 3 commits into from
Jan 21, 2023

Conversation

ElanHasson
Copy link
Member

No description provided.

@ElanHasson ElanHasson temporarily deployed to DOCR registry.digitalocean.com/web-scheduler January 21, 2023 00:53 — with GitHub Actions Inactive
@@ -128,7 +128,7 @@ FROM OrleansStorage
AND IsScheduledTaskDeleted = false
AND GrainTypeHash=2108290596
ORDER BY ScheduledTaskCreatedAt ASC
LIMIT @Offset, @PageSize;
LIMIT @Offset, @PageSize";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extra quote snuck in again.

@@ -197,9 +197,7 @@ FROM OrleansStorage
WHERE
TenantId = @TenantId
AND IsScheduledTaskDeleted = false
AND GrainTypeHash=2108290596
ORDER BY ScheduledTaskCreatedAt ASC
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note on line 205 we don't set Pagination values nor do we need to order the count of the set.

@ElanHasson ElanHasson temporarily deployed to GitHub Packages January 21, 2023 00:56 — with GitHub Actions Inactive
@ElanHasson ElanHasson changed the title Fix Typos in Queries Fix Typos in Queries for GetTaskList() Jan 21, 2023
@ElanHasson ElanHasson merged commit e7fc478 into main Jan 21, 2023
@ElanHasson ElanHasson deleted the fix_bad_query branch January 21, 2023 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant