Skip to content

Throw if non-VARCHAR key is passed to json_object - #19365

Merged
Mytherin merged 2 commits into
duckdb:v1.4-andiumfrom
lnkuiper:bugfixes_v1.4
Oct 14, 2025
Merged

Mytherin merged 2 commits into
duckdb:v1.4-andiumfrom
lnkuiper:bugfixes_v1.4

Conversation

@lnkuiper

Copy link
Copy Markdown
Member

Fixes #19357

Now throws (just like SQLite3, which we copied the function from). Also changes some InvalidInputExceptions to BinderExceptions, as they happen in the binder.

@duckdb-draftbot
duckdb-draftbot marked this pull request as draft October 13, 2025 10:56
@lnkuiper
lnkuiper marked this pull request as ready for review October 14, 2025 08:42
@Mytherin
Mytherin merged commit 1b3d83a into duckdb:v1.4-andium Oct 14, 2025
96 checks passed
@Mytherin

Copy link
Copy Markdown
Collaborator

Thanks!

github-actions Bot pushed a commit to duckdb/duckdb-r that referenced this pull request Oct 21, 2025
Fixes for CTE (de)serialization compatibility with older versions (duckdb/duckdb#19393)
BUGFIX: Silent failure to write row groups with large lists (duckdb/duckdb#19376)
Throw if non-`VARCHAR` key is passed to `json_object` (duckdb/duckdb#19365)
add test tag support [vfs integration tests p1] (duckdb/duckdb#19331)
github-actions Bot added a commit to duckdb/duckdb-r that referenced this pull request Oct 21, 2025
Fixes for CTE (de)serialization compatibility with older versions (duckdb/duckdb#19393)
BUGFIX: Silent failure to write row groups with large lists (duckdb/duckdb#19376)
Throw if non-`VARCHAR` key is passed to `json_object` (duckdb/duckdb#19365)
add test tag support [vfs integration tests p1] (duckdb/duckdb#19331)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants