Skip to content

R2DBC implementation should use R2DBC exceptions #106

@mp911de

Description

@mp911de

Currently, exceptions are driver-specific (e.g. com.github.jasync.sql.db.mysql.exceptions.MySQLException). Once r2dbc/r2dbc-spi#53 is merged, we should make sure to use R2DBC-specific exceptions to give driver users a consistent experience regarding exceptions. This removes the need for driver-specific exception hierarchy handling in clients and applications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions