gtfierro / giles

Golang implementation of sMAP archiver
GNU General Public License v3.0
8 stars 2 forks source link

Mixing inclusion and exclusion in queries #20

Closed gtfierro closed 9 years ago

gtfierro commented 9 years ago
smap > select Metadata/HVACZone where Metadata/System = 'HVAC';                                                                               
http://localhost:8079/api/query?
ERROR: Can't canonicalize query: BadValue Projection cannot have a mix of inclusion and exclusion.

Should be a simple check/fix in the query processor