Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for 'regex' early termination of returned rows #805

Merged
merged 1 commit into from May 2, 2020

Commits on Apr 21, 2020

  1. Fix for early termination of returned rows

    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.
    ShanePerron committed Apr 21, 2020
    Copy the full SHA
    853068c View commit details
    Browse the repository at this point in the history