mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Finish query package for now
This commit is contained in:
parent
115b18dfb6
commit
e40d66e103
15 changed files with 714 additions and 181 deletions
|
@ -64,5 +64,5 @@ func (c *boolCondition) check() error {
|
|||
}
|
||||
|
||||
func (c *boolCondition) string() string {
|
||||
return fmt.Sprintf("%s %s %t", c.key, getOpName(c.operator), c.value)
|
||||
return fmt.Sprintf("%s %s %t", escapeString(c.key), getOpName(c.operator), c.value)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue