aboutsummaryrefslogtreecommitdiff
path: root/_example/mod_regexp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git mv _example doc/examples/EuAndreh2024-08-143-105/+0
|
* Fix for early termination of returned rows (#805)ShanePerron2020-05-031-1/+5
| | | 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.
* report actual error message if sqlite3_load_extension fails (#800)rittneje2020-04-161-6/+11
| | | | | | | * report actual error message if sqlite3_load_extension fails * more fixes and test cases Co-authored-by: Jesse Rittner <jrittner@lutron.com>
* renamemattn2013-09-123-0/+96