mirror of
https://github.com/safing/portbase
synced 2025-09-12 08:09:50 +00:00
Clean up database/query package
This commit is contained in:
parent
ac6d9db456
commit
60dea8092f
7 changed files with 37 additions and 39 deletions
|
@ -28,7 +28,7 @@ func newIntCondition(key string, operator uint8, value interface{}) *intConditio
|
|||
case int32:
|
||||
parsedValue = int64(v)
|
||||
case int64:
|
||||
parsedValue = int64(v)
|
||||
parsedValue = v
|
||||
case uint:
|
||||
parsedValue = int64(v)
|
||||
case uint8:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue