Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qlexpress #2978

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Qlexpress #2978

wants to merge 18 commits into from

Conversation

taokan
Copy link

@taokan taokan commented Dec 22, 2024

支持切换ognl语法为qlexpress,具体详情输入options语句查看,默认ognl
除了ognl命令,其余的命令均支持切换,使用的qlexpress语法为qlexpress4的语法

对于观察表达式,默认值:OGNL用法{params, target, returnObj} --> QLEXPRESS用法[params, target, returnObj]

举例
OGNL语法
$ watch demo.MathGame primeFactors '{params, returnObj}' '#cost>200' -x 2
QLEXPRESS4语法
$ watch demo.MathGame primeFactors '[params, returnOb]' '#cost>200' -x 2

条件表达式同样需要满足qlexpress语法
https://github.com/alibaba/QLExpress/tree/v4.0.0-beta.1

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@hengyunabc
Copy link
Collaborator

缺少测试,有冲突需要解决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants