close
Skip to content

Support float64/32 type#1166

Merged
arp242 merged 1 commit into
lib:masterfrom
nhdms:patch-1
Jan 3, 2026
Merged

Support float64/32 type#1166
arp242 merged 1 commit into
lib:masterfrom
nhdms:patch-1

Conversation

@nhdms

@nhdms nhdms commented Aug 4, 2024

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread rows.go
case oid.T_int2:
return reflect.TypeOf(int16(0))
case oid.T_float8:
return reflect.TypeOf(float64(0))

Copy link
Copy Markdown

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?

@arp242 arp242 added the needs-feedback Requires feedback to be actionable label Dec 31, 2025
@arp242 arp242 removed the needs-feedback Requires feedback to be actionable label Jan 3, 2026
@arp242
arp242 merged commit 4084da9 into lib:master Jan 3, 2026
24 of 26 checks passed
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.

3 participants