Skip to content

Conversation

nhdms
Copy link

@nhdms nhdms commented Aug 4, 2024

No description provided.

@@ -29,6 +29,10 @@ func (fd fieldDesc) Type() reflect.Type {
return reflect.TypeOf(int32(0))
case oid.T_int2:
return reflect.TypeOf(int16(0))
case oid.T_float8:
return reflect.TypeOf(float64(0))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the use of adding this can you please explain, does it help when creating a query in any way?

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