On 12 Nov 2012, at 7:54am, Darren Spruell <[email protected]> wrote:
> If I'm not mistaken, that's a problem too, as type definitions are > ignored on FTS columns: Oh. You're trying to mess with a table used in an FTS definition. Okay. Don't do that unless you understand how FTS works. By all means define foreign keys on your own tables in the same database as you're using FTS, but don't do it on ones you're using FTS for. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

