Release v0.6.0#96
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps every product to
v0.6.0(previouslyv0.5.1). Minor release covering the SQLR-7 SQL surface addition + INSERT NULL handling cleanup.Included since v0.5.1
WHERE col IS NULL/IS NOT NULL(full-scan; NULLs aren't indexed).Vec<Vec<Option<Value>>>end-to-end instead of a stringly-typed"Null"sentinel — fixes panics onINSERT … VALUES (NULL)for INTEGER / REAL / BOOLEAN / VECTOR columns and the silent-"Null"-text storage on TEXT columns.Table::restore_rownow accepts NULL for non-text column types so a saved DB containing any NULL outside TEXT reopens cleanly. Without this, the smoke test's reopen failed.DEFAULT NULLcollapses to "no default"; explicit NULL in INSERT is preserved over a column DEFAULT (matches SQLite). Restored the SQLR-2default_does_not_override_explicit_nulltest that had to be dropped because of this bug.Test plan
scripts/bump-version.sh 0.6.0(12 manifests touched, plusCargo.lockrefresh)cargo build --workspace --exclude sqlrite-desktop --exclude sqlrite-python --exclude sqlrite-nodejscleanWhat merging triggers
release.ymlruns against the merge commit:sqlrite-v0.6.0,sqlrite-ffi-v0.6.0, and umbrellav0.6.0.sqlrite-engine,sqlrite-ffi,sqlrite-ask).v0.6.0GitHub Release with auto-generated notes.🤖 Generated with Claude Code