On 10/1/16, Jens Alfke <[email protected]> wrote: > the WHERE clause in a CREATE INDEX statement > explicitly disallows function calls.... Is this limitation something that > might be lifted soon
Deterministic SQL functions are now allowed in partial index WHERE clauses, as of a few minutes ago. The current "Prerelease Snapshot" (https://www.sqlite.org/download.html) supports this capability. Please try it out and report any problems. Thanks. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

