On Sun, Jan 23, 2011 at 5:02 PM, Jean-Christophe Deschamps <[email protected]>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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

