go-sqlite3-hak5/_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
..
custom_func remove binary file 2015-09-16 10:47:42 +09:00
hook Incorporate original PR 271 from https://github.com/brokensandals 2017-07-03 12:51:48 -06:00
limit Fix typo (#763) 2020-01-09 18:43:04 +09:00
mod_regexp Fix for early termination of returned rows (#805) 2020-05-03 00:42:42 +09:00
mod_vtable report actual error message if sqlite3_load_extension fails (#800) 2020-04-16 14:45:59 +09:00
simple add missing error checking to simple example 2016-04-14 20:56:02 +02:00
trace fix type of event code 2018-01-29 11:15:57 +09:00
vtable golint 2017-03-05 20:52:55 +09:00