Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODBC] Fix: timestamps and times are parsed as dates by Power Query #11610

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

guenp
Copy link
Contributor

@guenp guenp commented Apr 11, 2024

For importing timestamps, dates and times with Power Query (e.g. Power BI).

Fixes #9963 and a related issue (ODBC: ERROR [22007] ODBC_DuckDB->GetDataStmtResult Not implemented Error: Unimplemented type for cast (TIME -> DATE) when importing a TIME field).

Before:
image

After:
image

@Mytherin Mytherin requested a review from maiadegraaf April 11, 2024 08:39
@Mytherin Mytherin merged commit 40e2ff4 into duckdb:main Apr 11, 2024
22 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

@guenp guenp deleted the guenp/fix-timestamp-is-date branch April 12, 2024 07:12
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Apr 12, 2024
Merge pull request duckdb/duckdb#11622 from Mytherin/fuzzerissues
Merge pull request duckdb/duckdb#11610 from guenp/guenp/fix-timestamp-is-date
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.

DuckDB ODBC + Parquet + Excel: Unable to display timestamps in query results
2 participants