0
0
mirror of https://github.com/mattn/go-sqlite3.git synced 2025-05-24 14:54:48 +00:00
Files
go-sqlite3/_example
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
..
2015-09-16 10:47:42 +09:00
2020-01-09 18:43:04 +09:00
2018-01-29 11:15:57 +09:00
2017-03-05 20:52:55 +09:00