This repository was archived by the owner on Feb 16, 2021. It is now read-only.
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
JDBC Exception during update. #23
Open
Description
Hello, I'm facing MySQL exception problem.
The exception is related with MySQL update query.
And this exception is occured at below line.
at com.bloidonia.vertx.mods.JdbcProcessor$5.process(JdbcProcessor.java:379)
The exception is this,
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'A' for key 'name'
JDBC will send exception when the query has some problem or we have some problem. but this module do not send error reply directly.
So I have to wait until timeout.
Metadata
Metadata
Assignees
Labels
No labels