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

datasql 不能有效的处理事务中的空格 #101

Open
zhang1g2 opened this issue Jun 19, 2021 · 0 comments
Open

datasql 不能有效的处理事务中的空格 #101

zhang1g2 opened this issue Jun 19, 2021 · 0 comments

Comments

@zhang1g2
Copy link

dataql 脚本如下:
import 'net.hasor.dataql.fx.db.TransactionUdfSource' as tran
return tran.requiresNew(() -> {
var insert = @@Sql<%
insert into tb_user (username) values (#{userinfo.username})
%>
return insert(${userinfo})
}
但是执行时报如下错误:
image

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