Skip to content

Conversation

@shoooe
Copy link

@shoooe shoooe commented Aug 10, 2025

Closes #1544

Note to self:
Run tests with:

pnpm build && pnpm test:node:build && pnpm mocha --timeout 15000 test/node/dist/sensible-pg-defaults.test.js

@vercel
Copy link

vercel bot commented Aug 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
kysely Ready Ready Preview Comment Sep 3, 2025 2:42am

/**
* @todo: docs
*/
types?: Record<number, (value: string) => any>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming is taken from the equivalent option in pg: https://node-postgres.com/apis/client#new-client

@shoooe shoooe requested a review from igalklebanov August 10, 2025 19:25
@shoooe shoooe marked this pull request as ready for review August 10, 2025 19:25
node_modules
.vscode
.idea
.DS_Store
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a pretty common macOS file that gets generated by the OS.

@shoooe
Copy link
Author

shoooe commented Aug 31, 2025

@igalklebanov The failing test says:

browserType.launch: Executable doesn't exist at /home/runner/.cache/ms-playwright/chromium_headless_shell-1181/chrome-linux/headless_shell

which doesn't look like an actual test failure caused by this PR. Is this perhaps also in the main trunk?

@vercel
Copy link

vercel bot commented Sep 2, 2025

@shoooe is attempting to deploy a commit to the Kysely Team Team on Vercel.

A member of the Team first needs to authorize it.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 3, 2025

kysely_koa_example

npm i https://pkg.pr.new/kysely-org/kysely@1545

commit: 1577828

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.

pg JSON serialization is inconsistent with raw values serialization

2 participants