It would be helpful to post your code in order to fully understand what you are trying to do.
Are you sure you have done this: http://www.sqlite.org/lang_corefunc.html#like "... it may be important to override both the two and three argument versions of the like() function." Regards On 26 Aug., 17:30, FARKAS Máté <[EMAIL PROTECTED]> wrote: > Hello. > > In SQLite documentation I have read:> The infix LIKE operator is implemented > by calling the user function > > like(/X/,/Y/) <http://www.sqlite.org/lang_expr.html#likeFunc>. If an > > ESCAPE clause is present, it adds a third parameter to the function > > call. If the functionality of LIKE can be overridden by defining an > > alternative implementation of the like() SQL function. > > But I can not ovveride this function. It calls the user function if and > only if I use the like(X,Y*,Z*) or "X LIKE Y* ESCAPE Z*" syntax… > I think it is not a bug of SQLite JDBC just SQLite, but what can I do? > > Best regards, > Máté. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
