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

Improve update_expression method. #89

Open
bokuweb opened this issue Aug 4, 2020 · 0 comments
Open

Improve update_expression method. #89

bokuweb opened this issue Aug 4, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bokuweb
Copy link
Member

bokuweb commented Aug 4, 2020

Is your feature request related to a problem? Please describe.

I think we should improve update_expression method like following.

  • before
 let expression = User::update_expression()
            .set(User::status())
            .value(status);
  • after
let expression = User::update_expression()
            .set_status(status);

Describe the solution you'd like

NA

Describe alternatives you've considered

NA

Additional context

NA

@bokuweb bokuweb added the enhancement New feature or request label Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant