I'm not an expert in SQLite extension.
Unless I missed something, Wholenumber seems apparently not embeded
into SQLite for python :

CREATE VIRTUAL TABLE nums USING wholenumber;
SELECT value FROM nums WHERE value<10000;
SELECT value FROM nums WHERE value BETWEEN 100 AND 500

gives :

OperationalError: no such module: wholenumber
Error on sql CREATE VIRTUAL TABLE nums USING wholenumber;
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to