林性伟(林以) wrote:
Hi,

Sorry to make you inconvenient.

poc, test.sql:
CREATE VIRTUAL TABLE t0 USING fts4(content=t0,0);
SELECT count() FROM t0(0);
Maybe I'm completely wrong, but using t0 both as the name of the virtual table and the source for its content seems to me like the perfect condition to create a infinite recursion. The example in the documentation uses two tables: https://www.sqlite.org/fts3.html#_external_content_fts4_tables_

Regards
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to