Skip to content

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

Merged
pull[bot] merged 3 commits intocode:masterfrom
cube-js:master
Apr 24, 2026
Merged

[pull] master from cube-js:master#426
pull[bot] merged 3 commits intocode:masterfrom
cube-js:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 24, 2026

See Commits and Changes for more details.


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

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

ovr added 3 commits April 24, 2026 10:55
…#10738)

Normalize numeric hydration so integer and floating-point columns are returned as strings, matching the existing NUMERIC/BIGNUMERIC behavior and avoiding JS `Number` precision pitfalls.
…(JSON), ~10x faster (#10728)

Serialize JS result rows once on the JS side and pass them across the Neon bridge as a Buffer, so Rust can consume them via serde_json::from_slice instead of walking a JsArray through JsValueDeserializer.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.