Skip to content

More SQLite compile-time options - #214

Merged
vrischmann merged 1 commit into
vrischmann:masterfrom
thislight:master
Sep 11, 2026
Merged

More SQLite compile-time options#214
vrischmann merged 1 commit into
vrischmann:masterfrom
thislight:master

Conversation

@thislight

Copy link
Copy Markdown
Contributor

This patch adds more SQLite compile-time options as build options while extending the original compile-time options framework.

More EnableOptions

EnableOptions adds more options from the SQLite docs.

The Extended Framework

In addition to the original EnableOptions, the other SQLite compile-time options are divided into three categories: Bool, Define, and Int.

  • "Bool" options receive 0 or 1 as the argument
  • "Define" options are activated as the flag defined
  • "Int" options accept an integer as the argument

@vrischmann vrischmann left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you !

@vrischmann
vrischmann merged commit 961c14e into vrischmann:master Sep 11, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants