adding emit_pointers_for_null_types to yaml file return error on sqlc generation "field emit_pointers_for_null_types not found in type config.v1PackageSettings" #2057
Unanswered
habiba1997
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to override the NULL attributes in postgres to be a string instead of sql.NullString data type. I used every thing in configurations including override array in both version 1 and version2 of sqlc yaml files. Nothing is working and whenever I try to add the field emit_pointers_for_null_types, the console return "field emit_pointers_for_null_types not found in type config.v1PackageSettings" error message. I am using sqlc docker container laterst version 1.0.16 (but I tried to use v1.0.14, v1.0.4, v1.0.1 nothing is working)
Beta Was this translation helpful? Give feedback.
All reactions