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

dialect_snowflake_test.go uses an unsupported type #451

Open
zachburg opened this issue Oct 30, 2024 · 1 comment · May be fixed by #452
Open

dialect_snowflake_test.go uses an unsupported type #451

zachburg opened this issue Oct 30, 2024 · 1 comment · May be fixed by #452

Comments

@zachburg
Copy link

In https://github.com/go-gorp/gorp/blob/main/dialect_snowflake_test.go, there is a test case for checking the SQL type of []uint8{1}, except bytea is not a supported type by Snowflake: https://docs.snowflake.com/en/sql-reference/intro-summary-data-types.

If updated to binary instead of bytea, this test will pass.

@zachburg
Copy link
Author

Pending PR: #452

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 a pull request may close this issue.

1 participant