We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
put().before(function(entity){ entity.name='test'; }) 执行后数据库中的name没有变化
version:0.7.4
The text was updated successfully, but these errors were encountered:
可能确实有这个问题, 那部分的代码比较 ugly, 稍后我会修复这个问题, 顺便重构下 :)
感谢反馈.
Sorry, something went wrong.
fixed #37, cant save when edit on put before.
def3412
fixed #37, add test.
a93622c
Fixed on v0.7.6
No branches or pull requests
put().before(function(entity){
entity.name='test';
})
执行后数据库中的name没有变化
version:0.7.4
The text was updated successfully, but these errors were encountered: