We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some APIs accept limit parameter which can't be negative when using with PostgreSQL.
limit
ERROR: LIMIT must not be negative (SQLSTATE 2201W)
The text was updated successfully, but these errors were encountered:
fix: Fix invalid limit issue with PostgreSQL
3f02c68
fixes edgexfoundry#5022 Signed-off-by: Jack Chen <[email protected]>
Successfully merging a pull request may close this issue.
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: core-dataIs this a regression?
NoDescription and Minimal Reproduction [REQUIRED]
Some APIs accept
limit
parameter which can't be negative when using with PostgreSQL.🔥 Exception or Error
The text was updated successfully, but these errors were encountered: