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

debug: log wrong duckdb values #1

Draft
wants to merge 2 commits into
base: feat/better-decimal-support
Choose a base branch
from

Conversation

TN1ck
Copy link
Owner

@TN1ck TN1ck commented May 7, 2023

Debugging duckdbs wrong values.

This yields this log when run for the huge decimal test.

2023-05-07 22:41:16	duckdb_query: SELECT 123456789.01234567890123456789 :: DECIMAL(38, 20)
2023-05-07 22:41:16	duckdb_query: CAST(123456789.01234566028553355273 AS DECIMAL(38,20))	
DECIMAL(38,20)	
[ Rows: 1]
123456789.01234566028553355273


2023-05-07 22:41:16	duckdb_translate_result: CAST(123456789.01234566028553355273 AS DECIMAL(38,20))	
DECIMAL(38,20)	
[ Rows: 1]
123456789.01234566028553355273

@TN1ck TN1ck force-pushed the debug/duckdb-wrong-values branch from 97d9318 to 54786e4 Compare May 7, 2023 20:44
@TN1ck TN1ck force-pushed the feat/better-decimal-support branch from 2f88852 to 53acca8 Compare May 8, 2023 19:37
@TN1ck TN1ck force-pushed the feat/better-decimal-support branch from 53acca8 to f4bf4c3 Compare May 18, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant