go-gorm / sqlite

GORM sqlite driver
MIT License
180 stars 185 forks source link

Fix condition for limit (#5735) #118

Closed robhafner closed 2 years ago

robhafner commented 2 years ago

The limit clause should be included when the limit value is greater than or equal to zero.

What did this pull request do?

User Case Description