Skip to content

SQL打印内容不完整 #200

@GhyToSky

Description

@GhyToSky

描述bug内容
SQL打印内容不完整
【1】XML文件中的原始SQL如下
<foreach collection="list" item="item" separator=";">
update ${config.schemaName}.${config.tableName}
set ${config.account} = #{item.newAccount}
where ${config.account} = #{item.oldAccount}
</foreach>
【2】控制台的打印内容如下
update aa.test1_t
set xm_owner = ?
where xm_owner = ?;
update aa.test1_t
set xm_owner = ?
where xm_owner = ?
【3】说明
1、${config.schemaName}、${config.tableName}、${config.account}正确打印了
2、循环中的item没有正确打印

版本信息

  • DebugTools版本: 4.5.1
  • bug中间件的版本: mybatis 3.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions