Currently, patterns_content table uses without row id optimization. This is available in SQLIte 3.8.2 onwards. But Debian weezy uses 3.7.13 and varnam will fail to work there.
Add a compiler option which will turn off this optimization so that older systems can run varnam
Currently,
patterns_content
table uses without row id optimization. This is available in SQLIte 3.8.2 onwards. But Debian weezy uses 3.7.13 and varnam will fail to work there.Add a compiler option which will turn off this optimization so that older systems can run varnam