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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sqlite3_set_authorizer #563

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 18, 2021

  1. feat: add support for sqlite3_set_authorizer

    This commit adds support for sqlite3_set_authorizer function
    by implementing AuthorizerFunction and the related database->setAuthorizer
    method.
    riyaz-ali committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    02d2994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23053b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98aa746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc58540 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    b7f1d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e771b1b View commit details
    Browse the repository at this point in the history