paradedb / pg_analytics

DuckDB-powered analytics for Postgres
https://paradedb.com
PostgreSQL License
383 stars 15 forks source link

fix: Support `date_trunc` #95

Closed philippemnoel closed 2 months ago

philippemnoel commented 3 months ago

Ticket(s) Closed

What

Makes date_trunc work

Why

See Github issue

How

Added Date to Timestamp and Timestamptz conversions.

Tests

See test_date_trunc

philippemnoel commented 2 months ago

Drafting this until someone picks it up