mybatis / mybatis/thymeleaf-scripting
Support order precedence of tag processor
Open
@kazuki43zoo is already working on this.
Since Dec 29, 2021.
help wanted
waiting for feedback
- Dominant language
- Java
- Stars
- 24
- Forks
- 6
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 6
Description
I see when using template mode is CSS or TEXT, thymeleaf use org.thymeleaf.templateparser.text.TextParser for parse template.
Therefore, we cannot use PRECEDENCE attribute for sort processor before parsing.
In my case, I want control order of processor.
Example SQL:
SELECT [# mb:c='ID' /], [# mb:c='NAME' /] FROM [# mb:f /] WHERE [# mb:c='ID' /] = '111111'
I want processor mb:f execute after mb:c.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.