@@ -2,7 +2,7 @@ package sqimple
import "regexp"
var whereRegexp = regexp.MustCompile("^((and|or) )?([^ ]+) (=|!=|>|>=|<|<=) ([^ ]+)?$")
var whereRegexp = regexp.MustCompile("^((and|or) )?(.+) (=|!=|>|>=|<|<=) (.+)?$")
type Where string
The note is not visible to the blocked user.