vulcan-sql
vulcan-sql copied to clipboard
Return error if limit and offset are the same number
Environment
-
Version:
cli version: 0.5.2 core version: 0.5.2 build version: 0.5.2 serve version: 0.5.2 -
OS: macOS
What's wrong?
If the limit and offset are set to the same number, it will return an error message.
What's the correct behavior?
It should be a normal respond.
Reproducing steps
- Deploy vulcan API with pagination to a canner workspace.
- Request the api with offset and limit are the same number, e.g. offset=10&limit=10