$Id: BUGS,v 1.3 2006/01/10 17:16:58 carlo Exp $

List of known NoSQL bugs:

* The parser code that turns column names into AWK column positions in
  'getcolumn' and 'getrow' is buggy and whenver I try to fix it in one
  place it breaks elsewhere. The right way of doing things is the one
  applied by 'awktable', which should always be preferred over both
  'getcolumn' and 'getrow'. These will continue to be distributed for
  backward compatibility but I am going to abandon their development,
  so be warned.

* 'envtotable' prints empty values for NOSQL_INSTALL, NOSQL_STDOUT and
  NOSQL_STDERR environment variables even if such names do not appear in
  the program environment at all. I dunno where they come from! I suspect
  that, al least with mawk(1), referencing an undefined array element
  causes that element to pop into existence, albeit with an empty value.
  The effect of this behaviour, although annoying, should not be armful,
  as if the referenced element is not-null then it will appear on output
  with the correct value, while if it is null then it will show-up with
  an empty value.

