Upgrade SQLite JDBC to 3.51.3 and add new SQL features#1300
Open
Upgrade SQLite JDBC to 3.51.3 and add new SQL features#1300
Conversation
Contributor
mrigger
commented
Mar 26, 2026
- Bump sqlite-jdbc from 3.49.1.0 to 3.51.3.0
- Add math functions (acos, asin, sqrt, pi, ln, log, etc.) from 3.35.0
- Add format(), unixepoch() from 3.38.0
- Add IS DISTINCT FROM / IS NOT DISTINCT FROM operators from 3.39.0
- Add JSON -> and ->> extraction operators from 3.38.0
- Add unhex(), octet_length(), timediff() from 3.41.0/3.43.0
- Add concat(), concat_ws(), string_agg() from 3.44.0
- Add missing json_replace(), json_set()
- Add JSONB scalar functions (jsonb, jsonb_array, jsonb_extract, etc.) from 3.45.0
- Add json_pretty() from 3.46.0
- Add unistr(), unistr_quote() from 3.50.0
- Fix json_insert/json_object/jsonb_* argument parity via generateArguments overrides
- Remove now-unnecessary expected errors for json_insert odd args and json_object even args
- Bump sqlite-jdbc from 3.49.1.0 to 3.51.3.0 - Add math functions (acos, asin, sqrt, pi, ln, log, etc.) from 3.35.0 - Add format(), unixepoch() from 3.38.0 - Add IS DISTINCT FROM / IS NOT DISTINCT FROM operators from 3.39.0 - Add JSON -> and ->> extraction operators from 3.38.0 - Add unhex(), octet_length(), timediff() from 3.41.0/3.43.0 - Add concat(), concat_ws(), string_agg() from 3.44.0 - Add missing json_replace(), json_set() - Add JSONB scalar functions (jsonb, jsonb_array, jsonb_extract, etc.) from 3.45.0 - Add json_pretty() from 3.46.0 - Add unistr(), unistr_quote() from 3.50.0 - Fix json_insert/json_object/jsonb_* argument parity via generateArguments overrides - Remove now-unnecessary expected errors for json_insert odd args and json_object even args Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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.