Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use coalesce to use column_full_type when column_type is null #1365

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

mattdbush
Copy link
Contributor

User defined types generate NULL values for column_type.

Error produced while performing modgen generation:
Fix Scan error on column index 1, name "column_type": converting NULL to string is unsupported, by coalescing column_type and if null replacing with column_full_type value.

…r defined types

Fix Scan error on column index 1, name "column_type": converting NULL to string is unsupported, by coalescing column_type and if null replacing with column_full_type value.
@stephenafamo stephenafamo merged commit 028caa1 into volatiletech:master Mar 27, 2024
2 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants