ghetzel / pivot

An extensible database abstraction service, written in Golang.
GNU Lesser General Public License v2.1
66 stars 5 forks source link

Problem with special character support inside filters #22

Open tadvi opened 3 years ago

tadvi commented 3 years ago

Several special characters seem to be causing issues when used during filtering. The characters '/' and ':' are currently acting as operators, however, issues were also found with $.

List of special characters [",", ".", "-", "—", "/", "&", "(", ")", "{", "}", "[", "]", ":", ";", "+", "$"]