Skip to content

Use coalesce to use column_full_type when column_type is null#1365

Merged
stephenafamo merged 1 commit intoaarondl:masterfrom
mattdbush:master
Mar 27, 2024
Merged

Use coalesce to use column_full_type when column_type is null#1365
stephenafamo merged 1 commit intoaarondl:masterfrom
mattdbush:master

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 aarondl:master Mar 27, 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.

2 participants