chore(server): upgrade Polyglot SQL SDK - #329
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
onequery-landing | 0f144f2 | Commit Preview URL Branch Preview URL |
Jul 30 2026, 09:17 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
One-Line Summary
Upgrade the SQL validation runtime to Polyglot SQL SDK 0.6.2 while keeping self-hosted and packaged runtimes able to locate its WASM asset.
User-Facing Changes
polyglot_sql.wasmasset.Why This Changed
OneQuery was pinned to Polyglot SQL SDK 0.3.11. The current SDK release also renamed its distributed WASM file from
polyglot_sql_wasm_bg.wasmtopolyglot_sql.wasm, so upgrading the dependency without updating the runtime bundle contract would break self-host asset staging and npm package assembly.How It Changed
@onequery/serverto depend on@polyglot-sql/sdk0.6.2.polyglot_sql.wasm.bun.lock.Extra Context / Decisions (Optional)
main: one unresolvedvitesttype in a Dashboard test and three deprecated Zod API diagnostics in the Linear adapter. The regular full lint passes.Verification
mise exec -- bunx turbo test --filter=@onequery/server --filter=@onequery/self-host-runtime --jsonmise exec -- bunx turbo typecheck --filter=@onequery/server --filter=@onequery/base --filter=@onequery/self-host-runtime --jsonmise exec -- bun test apps/cli/scripts/build-npm-package.test.tsmise exec -- bun install --frozen-lockfilemise exec -- bun lint --format jsonmise exec -- bun run formatThe server suite passed 213 tests, the self-host runtime suite passed 57 tests, and the npm packaging test passed 5 tests.
Video / Screenshot (Optional)