Re: [sqlite] Creating operators for custom functions

2011-11-10 Thread Jay A. Kreibich
On Thu, Nov 10, 2011 at 11:59:31AM +0200, Vincas Dargis scratched on the wall: > Hello, > > It is very nice to have sqlite3_create_function() interface, so I can > implement regexp() with Qt libraries that I use already. > > Snippet from documentation says: > > >The REGEXP operator is a special

[sqlite] Creating operators for custom functions

2011-11-10 Thread Vincas Dargis
Hello, It is very nice to have sqlite3_create_function() interface, so I can implement regexp() with Qt libraries that I use already. Snippet from documentation says: >The REGEXP operator is a special syntax for the regexp() user function. So REGEXP is also an operator which works out of the