File: BUGS

package info (click to toggle)
nosql 3.1-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 267
  • sloc: cpp: 1,028; ansic: 915; awk: 732; perl: 502; tcl: 292; sh: 289; makefile: 44
file content (15 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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"