0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2024-11-07 05:18:43 +00:00
go-sqlite3/_example/mod_regexp
ShanePerron 61ad8da9d6
Fix for early termination of returned rows (#805)
Once the regex encountered the first instance of a non-match, it would return without processing the rest of the rows in the statement. This change allows it to process the remaining, only setting the sqlite3_result_int to zero then continuing. This worked fine for the example as it only had one item to process.
2020-05-03 00:42:42 +09:00
..
extension.go rename 2013-09-12 09:40:57 +09:00
Makefile report actual error message if sqlite3_load_extension fails (#800) 2020-04-16 14:45:59 +09:00
sqlite3_mod_regexp.c Fix for early termination of returned rows (#805) 2020-05-03 00:42:42 +09:00