Skip to content

Conversation

JelteF
Copy link
Collaborator

@JelteF JelteF commented Jun 13, 2025

DuckDB 1.4 removes the bigint variant of epoch_ms for consistency: duckdb/duckdb#17816

This also removes that epoch_ms function for pg_duckdb, to avoid having to do a breaking change in the next release.

This also removes the unresolved_type version of epoch_ms, as that can be used inadvertently to call the bigint one. Once pg_duckdb starts using DuckDB 1.4, we can add this back.

DuckDB 1.4 removes the bigint variant of epoch_ms for consistency:
duckdb/duckdb#17816

This also removes that epoch_ms function for pg_duckdb, to avoid having
to do a breaking change in the next release.

This also removes the unresolved_type version of epoch_ms, as that can
be used inadvertently to call the bigint one. Once pg_duckdb starts
using DuckDB 1.4, we can add this back.
@JelteF JelteF force-pushed the remove-epoch_ms branch from 8dca120 to 9ae1917 Compare June 13, 2025 07:35
@JelteF JelteF merged commit 81439c8 into main Jun 16, 2025
6 checks passed
@JelteF JelteF deleted the remove-epoch_ms branch June 16, 2025 15:35
JelteF added a commit that referenced this pull request Aug 28, 2025
JelteF added a commit that referenced this pull request Aug 28, 2025
JelteF added a commit that referenced this pull request Aug 29, 2025
This reverts commit 81439c8. The change
was reverted in duckdb, so we revert it here too.
duckdb/duckdb#17908
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.

1 participant