Skip to content

Missing Boolean Type Conversion in JasyncRow #430

Closed
@Sung-Heon

Description

@Sung-Heon

https://github.com/jasync-sql/jasync-sql/blob/d72b3b4cf7bf735116b4d3f98c123333515dbb2f/r2dbc-mysql/src/main/java/JasyncRow.kt#L13C1-L81C6

The current implementation of JasyncRow lacks support for converting database values to Boolean type. When attempting to retrieve a boolean value from a query result (such as from an isNotNull expression), it fails to properly convert the value to a Boolean, causing runtime exceptions.

Is there any reason for that?

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