Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mysql-connector 8.0.23 下报异常:Cannot convert java.time.LocalDateTime value to Timestamp #252

@ymind

Description

@ymind

我找了一下,导致该bug的根源是:mysql/mysql-connector-j@60553fd#diff-66dbd292da670fea38bc452cd52efcc61c87859c02115a03df95a6204a0f6f40R1264-R1269

从mysql 驱动 8.0.23 之后,LocalDateTime 类型的字段会直接返回为 LocalDateTime 而不是之前的 Timestamp。这最终导致ktrom 3.3.0如下代码异常:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions