mybatis / mybatis/thymeleaf-scripting

Support order precedence of tag processor

Open
#68 1 comment 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.