On 07/21/2012 02:03 PM, AJ ONeal wrote:
Weird: now that I've reproduced the error (using the script), I can no
longer reproduce the successful execution:

sqlite3 ':memory:' 'CREATE VIRTUAL TABLE t1 USING fts4(content="", a, b,
c);'


Hmm... yet when I open another terminal window it begins to work again.
And when I go back to the previous terminal window it fails again.

What about my terminal session / environment might be contributing to this
behavior?

Using two different SQLite binaries.

content= is supported by version 3.7.11 or newer (or, unofficially,
3.7.9 or newer).
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to