Skip to content

MySQL驱动包支持Boolean类型,canal不支持boolean类型转换 #631

@kervin521

Description

@kervin521

MySQL的驱动包中对tinyint的长度为1,对应sqlType=-7,转化为Java布尔类型,参考MySQL驱动源码

image

而Canal对对tinyint的长度为1,对应sqlType=-6,无法处理为Java的布尔类型

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions