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

mixed functions do not work #267

Open
Gcaufy opened this issue May 6, 2023 · 0 comments
Open

mixed functions do not work #267

Gcaufy opened this issue May 6, 2023 · 0 comments

Comments

@Gcaufy
Copy link

Gcaufy commented May 6, 2023

LIMIT {{ default(page.PageIndex, 0) * default(page.PageSize, 20) }}, {{ default(page.PageSize, 20) }})

This works well, getting LIMIT 0, 20

LIMIT {{ default(page.PageIndex, 0) * min([default(page.PageSize, 20), 200]) }}, {{ min([default(page.PageSize, 20), 200]) }})

This one throw an error exception=[inja.exception.parser_error] (at 15:69) unknown function default

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

No branches or pull requests

1 participant