On Sun, Jan 23, 2011 at 5:02 PM, Jean-Christophe Deschamps 
<j...@q-e-d.org>wrote:

> Hi all,
>
> Sorry for elementary questions but when implementing a REGEXP function
> (I'm using PCRE from pcre.org) I need to know in which order the two
> arguments (target, pattern) will be passed to the function.
>
> I also would like to retain the last pattern used in compiled form
> (connection-wise).  Is the use of sqlite3_get_auxdata possible in this
> context as it is in overriding LIKE functions, for instance?
>

REGEXP works just like LIKE and GLOB.


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



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

Reply via email to