
List of known NoSQL bugs:

* The parser() awk function does not work correctly on
  statements like:

  Column"string"

  where ``Column'' is a column name that will be replaced
  by the parser with $(n).
  As a workaround, such constructs must be changed into:

  Column "string"


