Skip to content
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
@gonsan

Description

@gonsan

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions