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

Fix types #41

Merged
merged 4 commits into from
Nov 3, 2024
Merged

Fix types #41

merged 4 commits into from
Nov 3, 2024

Conversation

archiewood
Copy link
Member

Write: COPY TO

COPY TO can copy any type from duckdb

  • NULLs write an empty cell,
  • unless in an array in which case print NULL in place

Read: read_gsheet()

  • Reads into either bool, varchar or double
    All numbers are read as doubles irrespective of size or if they are integers
  • Uses the first row for type detection. Fails if a varchar column has a number in the first row

@archiewood archiewood merged commit f51bf5b into main Nov 3, 2024
62 checks passed
This was referenced Nov 3, 2024
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