We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.2.5+013fdddc6
Linux 6.13.6-arch1-1 x86_64
When you connection string contains a schema, Bun's internal Postgres client won't be able to connect:
This works: postgresql://admin:admin@localhost:5432/database This won't: postgresql://admin:admin@localhost:5432/database?schema=alternative
postgresql://admin:admin@localhost:5432/database
postgresql://admin:admin@localhost:5432/database?schema=alternative
Since both are correct, I would expect bun to connect in either case (and change the default schema).
I see an error instead:
PostgresError: invalid startup packet layout: expected terminator as last byte errno: "08P01", code: "ERR_POSTGRES_SERVER_ERROR"
No response
The text was updated successfully, but these errors were encountered:
cirospaciari
No branches or pull requests
What version of Bun is running?
1.2.5+013fdddc6
What platform is your computer?
Linux 6.13.6-arch1-1 x86_64
What steps can reproduce the bug?
When you connection string contains a schema, Bun's internal Postgres client won't be able to connect:
This works:
postgresql://admin:admin@localhost:5432/database
This won't:
postgresql://admin:admin@localhost:5432/database?schema=alternative
What is the expected behavior?
Since both are correct, I would expect bun to connect in either case (and change the default schema).
What do you see instead?
I see an error instead:
Additional information
No response
The text was updated successfully, but these errors were encountered: