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

upgrade amalgamation code #777

Merged
merged 1 commit into from Jan 28, 2020
Merged

upgrade amalgamation code #777

merged 1 commit into from Jan 28, 2020

Conversation

mattn
Copy link
Owner

@mattn mattn commented Jan 28, 2020

  1. evert the data layout for an internal-use-only SQLite data structure. Applications that use SQLite should never reference internal SQLite data structures, but some do anyhow, and a change to one such data structure in 3.30.0 broke a popular and widely-deployed application. Reverting that change in SQLite, at least temporarily, gives developers of misbehaving applications time to fix their code.
  2. Fix a typos in the sqlite3ext.h header file that prevented the sqlite3_stmt_isexplain() and sqlite3_value_frombind() interfaces from being called from run-time loadable extensions.

https://www.sqlite.org/changes.html

Fixes #776

@coveralls
Copy link

Coverage Status

Coverage remained the same at 51.497% when pulling 34cdff5 on sqlite-amalgamation-3310100 into ed406dd on master.

@mattn mattn merged commit 9bdaffc into master Jan 28, 2020
@mattn mattn deleted the sqlite-amalgamation-3310100 branch January 28, 2020 10:25
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.

Update to SQLite 3.31.1
2 participants