Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support float64/32 type #1166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support float64/32 type #1166

wants to merge 1 commit into from

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