askbook / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

REQEXP logic error #179

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In _Custom.cs the second == in the line should be a != like:

  if ( oRegex == null || oRegex.ToString() != zRegex )

Otherwise oRegex doesn't get recreated when zRegex changes.

Original issue reported on code.google.com by John.Tho...@gmail.com on 4 Feb 2013 at 5:57