You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vijaynallagatla
changed the title
postgres: citext on column resulted to interface{} as type
PostgreSQL/Go: citext on column resulted to interface{} as type
May 2, 2022
kyleconroy
changed the title
PostgreSQL/Go: citext on column resulted to interface{} as type
citext on column resulted to interface{} as type
Jun 4, 2022
Uh oh!
There was an error while loading. Please reload this page.
Version
Other
What happened?
Version
Other
What happened?
Hint: I am using v1.13.0 with
PostgreSQL
DB to generate the Go code.Looks like the
citext
column type is resulted tointerface{}
whereas it should beString
orsql.NullString
Result:
Expectation:
Type
citext
should be supported as aString
Relevant log output
No response
Database schema
SQL queries
Configuration
No response
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: