persvr / rql

Resource Query Language
http://www.persvr.org/
269 stars 49 forks source link

now it is possible to use values containing colons ':' #31

Closed xhronos closed 10 years ago

xhronos commented 11 years ago

example: myField=string:A:B:C will result in 'myField' '=' string('A:B:C')

previously to this fix it was 'myField' '=' string('A')

neonstalwart commented 10 years ago

thanks - i believe 3e166a2 fixes this