Skip to content

fix(types): support Raw and Uint8Array params#4132

Merged
wellwelwel merged 3 commits intosidorares:masterfrom
wellwelwel:types
Feb 26, 2026
Merged

fix(types): support Raw and Uint8Array params#4132
wellwelwel merged 3 commits intosidorares:masterfrom
wellwelwel:types

Conversation

@wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Feb 26, 2026

Completes #3985 and #4129 work by support some complex typings usage, for example:

const value: Raw = { toSqlString: () => '1 + 1' };
const value = new Uint8Array([0x68, 0x65, 0x6c, 0x6c, 0x6f]);

@wellwelwel wellwelwel changed the title fix(types): support Raw and Uint8Array params fix(types): support Raw and Uint8Array params Feb 26, 2026
@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.21%. Comparing base (2ad5f0b) to head (ea87582).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4132   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files          86       86           
  Lines       13740    13740           
  Branches     1660     1662    +2     
=======================================
  Hits        12396    12396           
  Misses       1344     1344           
Flag Coverage Δ
compression-0 89.44% <ø> (ø)
compression-1 90.19% <ø> (ø)
static-parser-0 87.81% <ø> (ø)
static-parser-1 88.57% <ø> (ø)
tls-0 89.62% <ø> (ø)
tls-1 89.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@wellwelwel wellwelwel marked this pull request as ready for review February 26, 2026 13:03
@wellwelwel wellwelwel merged commit bde9aec into sidorares:master Feb 26, 2026
88 checks passed
@wellwelwel wellwelwel deleted the types branch February 26, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant