-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
when i run the delete from ccc where id=1 an throw a error. #140
Comments
Can you open a connection and run |
when I run And when I unclose the database link it is no error too. |
At one point you are closing the connection. Could you please share how you are using calling it? |
my code is:
the I'm using Postgres in this website |
is it can not close after the drop and the delete? |
Do you do anything else between opening the connection and querying it? Please provide full example (without the connection string). |
you can link it whit this setting, maybe it is wrong in the server, I do not know. |
I'd suggest to add |
delete from ccc where id=1;
when I run the delete from ccc where id=1 and throw an error.
it is like this:
ERROR: Bad state: StreamSink is closed
The text was updated successfully, but these errors were encountered: