hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

Extract unique constraint names from error messages by H2 Database

Open tshibata opened this issue 2 years ago • 1 comments

H2Dialect should extract constraint names from the error messages, such as: Unique index or primary key violation: "PUBLIC.ACCOUNTS_BY_USERNAME ON ... (In this case, it extracts "ACCOUNTS_BY_USERNAME")

tshibata avatar Jan 15 '23 00:01 tshibata

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+     ↳ Offending commits: [cd5e89c7eafc1e710db4d89b577930d7a971a116]

› This message was automatically generated.