Skip to content

Conversation

JelteF
Copy link
Collaborator

@JelteF JelteF commented May 22, 2025

In #795 errors were added when using NUMERIC without a precision. It
turns out that these were impossible to avoid for a CTAS command,
because we didn't use the precision provided by DuckDB when creating the
Postgres table. This fixes that and adds some tests to encode the
current behaviour.

Related to #795

In #795 errors were added when using NUMERIC without a precision. It
turns out that these were impossible to avoid for a CTAS command,
because we didn't use the precision provided by DuckDB when creating the
Postgres table. This fixes that and adds some tests to encode the
current behaviour.

Related to #795
@JelteF JelteF merged commit 3df76dd into main May 22, 2025
6 checks passed
@JelteF JelteF deleted the fix-ctas-with-numeric branch May 22, 2025 16:17
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