We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
result metadata for an ARRAY or OBJECT column incorrectly returns a type_code of 5 (VARIANT) but should be:
type_code
as per https://docs.snowflake.com/en/user-guide/python-connector-api.html#type-codes
The text was updated successfully, but these errors were encountered:
solving this will require new duckdb logical types that work as json.
json itself is a logical type of varchar, so these new types should map to varchar. The new types will be treated a varchar by the json functions.
Sorry, something went wrong.
No branches or pull requests
result metadata for an ARRAY or OBJECT column incorrectly returns a
type_code
of 5 (VARIANT) but should be:as per https://docs.snowflake.com/en/user-guide/python-connector-api.html#type-codes
The text was updated successfully, but these errors were encountered: