aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
authorShanePerron <35239305+ShanePerron@users.noreply.github.com>2020-05-02 11:42:42 -0400
committerGitHub <noreply@github.com>2020-05-03 00:42:42 +0900
commit61ad8da9d6d4575a65db9815871c561e70db1c01 (patch)
treefc4453b809612dcd630cc562d6ea71484c75c044 /sqlite3_test.go
parentreport actual error message if sqlite3_load_extension fails (#800) (diff)
downloadgolite-61ad8da9d6d4575a65db9815871c561e70db1c01.tar.gz
golite-61ad8da9d6d4575a65db9815871c561e70db1c01.tar.xz
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.
Diffstat (limited to 'sqlite3_test.go')
0 files changed, 0 insertions, 0 deletions