sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Update postgresql_type.go - check notNull and emitPointersForNull before SQLDriver

Open theAnuragMishra opened this issue 8 months ago • 11 comments

this fixes the issue where despite having emit_pointers_for_null_types set to true, the generate models don't use pointers for timestamp field.

theAnuragMishra avatar Feb 12 '25 18:02 theAnuragMishra