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

Track metadata in VERSION_INFO #581

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Track metadata in VERSION_INFO #581

merged 2 commits into from
Nov 19, 2024

Conversation

flavorjones
Copy link
Member

@flavorjones flavorjones commented Nov 19, 2024

New constants track additional metadata:

  • SQLite3::SQLITE_PACKAGED_LIBRARIES (boolean) true if the gem is using the packaged libsqlite3, false if system libraries
  • SQLite3::SQLITE_PRECOMPILED_LIBRARIES (boolean) true if the gem is using precompiled packaged libsqlite3

New constant tracking a potpourri of metadata: SQLite3::VERSION_INFO

This should unblock #578

which will remain mostly undocumented for now

Also: document the various "version" constants
@flavorjones flavorjones merged commit 48eb4fc into main Nov 19, 2024
105 checks passed
@flavorjones flavorjones deleted the flavorjones-version-info branch November 19, 2024 21:06
flavorjones added a commit that referenced this pull request Nov 19, 2024
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.

1 participant