Skip to content

[pull] master from cube-js:master #74

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

Merged
merged 1 commit into from
Aug 4, 2025
Merged

[pull] master from cube-js:master #74

merged 1 commit into from
Aug 4, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 4, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

Implements float64 (FLOAT8) parameter binding in the PostgreSQL wire protocol server (pg-srv).
This allows SQL clients to bind floating-point parameters in prepared statements using both
text and binary formats.

Changes:
- Add f64 decoding support in pg-srv for both text and binary wire formats
- Handle FLOAT8 type in Bind message processing
- Add comprehensive tests for float64 binding in both formats
- Rename test_prepare to test_prepare_autodetect for clarity

This enhancement improves SQL client compatibility by supporting floating-point parameters.
In prepared statements, which are commonly used by BI tools and database drivers.
@pull pull bot locked and limited conversation to collaborators Aug 4, 2025
@pull pull bot added the ⤵️ pull label Aug 4, 2025
@pull pull bot merged commit 760640c into code:master Aug 4, 2025
3 of 4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant