>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;

That is true ... you would have to build the replacement amalgamation yourself 
and include the ext/misc extensions you want to use, or build the wholenumber 
extension as a separate DLL and load it yourself.




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

Reply via email to