generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bug with failing double conversion #34
Comments
Thanks for reporting. |
archiewood
added a commit
that referenced
this issue
Nov 1, 2024
archiewood
added a commit
that referenced
this issue
Nov 1, 2024
fix Bug with failing double conversion #34
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, amazing work here @archiewood! Being able to just
SELECT * FROM '<gsheets urls>'
is really amazing! Also the OAuth works super smoothly.Minor snag I hit:
for a sheet containing:
Perhaps it makes sense to look into DuckDB's casting functionality instead of using
stod
? DuckDB hasValue::TryCastAs
which should allow you to do this a bit more safely.The text was updated successfully, but these errors were encountered: