Thank you, I should have thought to search the source.

Just for a heads up, this isn't documented at: 
http://www.hwaci.com/sw/lemon/lemon.html 
<http://www.hwaci.com/sw/lemon/lemon.html>

Regards,

Ben Barnett



> On 24 Jan 2017, at 12:25, Richard Hipp <d...@sqlite.org> wrote:
> 
> On 1/24/17, Ben <sqlite_l...@menial.co.uk> wrote:
>> Hi all,
>> 
>> Is it possible to match any sort of wildcards in Lemon?
> 
> The %wildcard directive does this.  See the SQLite grammar at
> https://www.sqlite.org/src/artifact/29153738a73 and search for the ANY
> token.  This is used to match arbitrary input in the argument to the
> virtual table name in a CREATE VIRTUAL TABLE statement.
> 
> -- 
> D. Richard Hipp
> d...@sqlite.org
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to