System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 47182b7f82b0c2c5deb261c590ce91a2daf8476e
Title: SQLiteIndexConstraintOp is missing values for Like, Glob, and RegEx
Status: Closed Type: Code_Defect
Severity: Important Priority: Medium
Subsystem: Virtual_Table Resolution: Fixed
Last Modified: 2016-06-28 17:21:51
Version Found In: Latest/Trunk
User Comments:
anonymous added on 2016-06-27 19:01:12:
SQLite 13.10.0 added addition constraint ops that are missing from SQLiteIndexConstraintOp:

  #define SQLITE_INDEX_CONSTRAINT_LIKE   65     /* 3.10.0 and later only */
  #define SQLITE_INDEX_CONSTRAINT_GLOB   66     /* 3.10.0 and later only */
  #define SQLITE_INDEX_CONSTRAINT_REGEXP 67     /* 3.10.0 and later only */

mistachkin added on 2016-06-28 17:21:51:
Fixed on trunk via check-in [349fd3a23ee8551d].