Skip to content

BaseJdbcLogger jdbctype=Array The log parameter becomes null #3162

Open
@smagical

Description

@smagical

MyBatis version

3.5.16

The setColum of BaseJdbcLogger records parameter information. When the jdbc type is Array, if Array.free() is called, the saved parameters will become empty. It is recommended to call Array.getArray() when judging that the type is Array to take out the array from Array to prevent Clearing Array.free() causes the debug log to become null.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions