tylerchr / parallel-database

An experimental parallelized database optimized for read performance
2 stars 0 forks source link

Query semantics validation #8

Open tylerchr opened 8 years ago

tylerchr commented 8 years ago

The tokenizer/parser will choke if a query is syntactically bad, but queries should also fail if they are semantically invalid for these kinds of reasons:

tdecker91 commented 8 years ago

This is pretty much done. We should probably implement some of the "supported" filters