vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

Can't create more than max_prepared_stmt_count statements #138

Closed yiming33 closed 5 years ago

yiming33 commented 5 years ago

image

Can’t create more than max_prepared_stmt_count statements

Why did Prepare not close?

yiming33 commented 5 years ago

SQL connection should be closed every time

yiming33 commented 5 years ago

@jponge @maeste @chirino @alexlehm need help

codepitbull commented 5 years ago

It's hard to tell without seeing your code. Please share a reproducer.

yiming33 commented 5 years ago

@codepitbull https://github.com/vert-x3/issues/issues/444

yiming33 commented 5 years ago

It's hard to tell without seeing your code. Please share a reproducer.

I submitted a new issue with a more detailed description. https://github.com/vert-x3/issues/issues/444