issues
search
JakeWheat
/
simple-sql-parser
SQL parser in Haskell
http://jakewheat.github.io/simple-sql-parser/latest
Other
82
stars
29
forks
source link
SQLite: Add support for GLOB
#48
Open
ad-si
opened
11 months ago
ad-si
commented
11 months ago
This should work:
SELECT * FROM users WHERE name GLOB '*e*'
This should work: