Skip to content

Support mybatis:bind like as <bind> #4

Closed
@kazuki43zoo

Description

@kazuki43zoo

In current feature, it does not support for binding new variable like as <bind> provided by xml based scripting language.

I hope to be enabled to write as follow:

/*[# mybatis:bind="firstNamePattern=|%${firstName}%|" /]*/

SELECT * FROM names
  WHERE firstName LIKE /*[('#{firstNamePattern}')]*/ '%Ta%'

Tasks

  • coding
  • testing
  • documentation

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions