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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to