Skip to content

Add support for prepared statement flags#528

Description

@EvanBalster

The SQLite::Statement constructor does not support the prepFlags argument to sqlite3_prepare_v3.

Prepare Flags 馃棊 have a few nifty uses:

  • SQLITE_PREPARE_PERSISTENT hints that we'll retain and reuse the statement many times.
  • SQLITE_PREPARE_DONT_LOG is useful for testing SQL syntax such as in live-coding environments.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions