Support RegExp.

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
unidac5src
Posts: 8
Joined: Wed 22 Apr 2015 07:33

Support RegExp.

Post by unidac5src » Thu 07 May 2015 09:37

We want to use Regexp function but received following error. Please let me have the solution.


Project UnidacTest.exe raised exception class ESQLiteError with message 'no such function: regexp'.

Thanks for your reply in advance.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Support RegExp.

Post by AlexP » Thu 07 May 2015 11:02

Hello,

By default, this function is not implemented. You have to implement it by yourself with the help of user functions:
http://www.devart.com/litedac/docs/#dev ... nction.htm .

https://www.sqlite.org/lang_expr.html

Post Reply