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

BuildRenewLeasesCommand Should Not Generate Invalid T-SQL with Empty WHERE Clauses #1093

Closed
chlafreniere opened this issue Jul 1, 2024 · 1 comment
Labels
bug Something isn't working trigger

Comments

@chlafreniere
Copy link
Contributor

Customer has reported that the SQL Trigger will occasionally try to send T-SQL from

with empty WHERE clauses, which causes SQL failures. Although further retries to build renew lease commands succeed, we should, at a minimum, check that matchCondition is not an empty string before building the T-SQL.

@chlafreniere chlafreniere added bug Something isn't working trigger labels Jul 1, 2024
@MaddyDev
Copy link
Contributor

Added a work around #1108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trigger
Projects
None yet
Development

No branches or pull requests

2 participants