sqlc
sqlc copied to clipboard
Update postgresql_type.go - check notNull and emitPointersForNull before SQLDriver
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.