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

put before method #37

Closed
suiandtang opened this issue Jul 28, 2015 · 3 comments
Closed

put before method #37

suiandtang opened this issue Jul 28, 2015 · 3 comments

Comments

@suiandtang
Copy link

put().before(function(entity){
entity.name='test';
})
执行后数据库中的name没有变化

version:0.7.4

@zackyang000
Copy link
Owner

可能确实有这个问题, 那部分的代码比较 ugly, 稍后我会修复这个问题, 顺便重构下 :)

感谢反馈.

zackyang000 added a commit that referenced this issue Jul 30, 2015
@zackyang000
Copy link
Owner

Fixed on v0.7.6

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

3 participants
@zackyang000 @suiandtang and others