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.1.36
Ubuntu
Not sure, it looks like sending the same request with different params like. It happened during run time, cant repeat it during test.
No response
Error: SyntaxError: Postgres error occurred ERROR ERROR 42P05 prepared statement " SELECT * FROM accounts WHERE type = $1 LIMIT $3 .string.int4.int4" already exists prepare.c 409 StorePreparedStatement
The text was updated successfully, but these errors were encountered:
I switched to postgres package, the problem dissapeared
Sorry, something went wrong.
This issue was already fixed, can you try to upgrade to v1.2.1? if you are still running into this in the new version please reopen.
v1.2.1
I did and it was the same. Where it was fixed?
If you are still encountering this issue please reopen with a reproduction code and bun --revision result. This was fixed before 1.2.0 release.
bun --revision
No branches or pull requests
What version of Bun is running?
1.1.36
What platform is your computer?
Ubuntu
What steps can reproduce the bug?
Not sure, it looks like sending the same request with different params like. It happened during run time, cant repeat it during test.
What is the expected behavior?
No response
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: