Hello guys,
I am hitting a pretty strange problem right now. Since SQLite does not
support regular expressions I added a custom function with the following
declaration:
[SqliteFunction (Name = "REGEXP", Arguments = 2, FuncType =
FunctionType.Scalar)]
public class RegexpFunction : Sq
On Apr 4, 2014, at 12:54 PM, Vladimir Dimitrov wrote:
> The problem gets even stranger as if I run the code in debug mode then
> everything works fine and I don't get the exception. But the problem happens
> only when I run the release code...!!!
What link mode does your project have? Is it Sdk