Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for early termination of returned rows (#805) | ShanePerron | 2020-05-03 | 1 | -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. | ||||
* | rename | mattn | 2013-09-12 | 1 | -0/+31 |