On 12/10/11 03:16, guillermooo wrote:
> I'm trying to use the full-text search extension on Windows.
Go ahead and try to create a FTS table:
CREATE VIRTUAL TABLE test USING fts3()
If the SQLite you are using has the FTS extension present then that will
succeed, else it will fail.
> Do I need anything else other than the downloadable package from
> http://code.google.com/p/pysqlite/downloads/list? Specifically, do I
> need to compile the fts extension separately?
Try it. I believe FTS is compiled in.
Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk6VqDgACgkQmOOfHg372QQa8ACgg8wGuj6UnZz9Pp9aTpZ4z1bY
/y8AoM5XjUOnfETVIgW4A4RYth3jULbZ
=Nesu
-----END PGP SIGNATURE-----
Try it. I believe FTS is compiled in.