OpsLevel / opslevel-go

A Go client for interacting with OpsLevel
MIT License
5 stars 13 forks source link

Db/update filter predicate validation #419

Closed davidbloss closed 3 months ago

davidbloss commented 3 months ago

Issues

Changelog

For filter predicates of type greater_than_or_equal_to and less_than_or_equal_to, verify the predicate value is a number

Tophatting