justtrackio / gosoline

Gosoline is our framework which fuels all of our Golang applications
MIT License
96 stars 50 forks source link

httpserver/sql: allow any value for the bool field of a filter if the field is unused #1176

Closed ajscholl closed 2 weeks ago

ajscholl commented 2 weeks ago

This fixes the use of an empty filter. The previous commit would result in complaints about wrong booleans being used we required it to be set to "AND" or "OR".