Skip to content

Added unbound/out of bounds numeric -> varchar option - #560

Merged
staticlibs merged 1 commit into
duckdb:mainfrom
jgmills98:numeric-varchar
Aug 31, 2026
Merged

Added unbound/out of bounds numeric -> varchar option#560
staticlibs merged 1 commit into
duckdb:mainfrom
jgmills98:numeric-varchar

Conversation

@jgmills98

@jgmills98 jgmills98 commented Aug 29, 2026

Copy link
Copy Markdown
Contributor

Follow through of issue 557

  • added numeric -> varchar option instead of falling back to double
  • added type config and included existing pg_array_as_varchar setting
  • fixed issue of settings being ignored for postgres_query, postgres_scan, and postgres_table_set

- added type config and included existing pg_array_as_varchar setting
- fixed issue of settings being ignored for postgres_query, postgres_scan, and postgres_table_set

@staticlibs staticlibs left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Looks good to me.

@staticlibs
staticlibs merged commit 0735df0 into duckdb:main Aug 31, 2026
7 checks passed
staticlibs pushed a commit that referenced this pull request Aug 31, 2026
This is a backport of the PR #560 to `v1.5-variegata` stable branch.

- added numeric -> varchar cast
- added type config and included existing pg_array_as_varchar setting
- fixed issue of settings being ignored for postgres_query, postgres_scan, and postgres_table_set
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.

2 participants