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

Add ability to increment/decrement columns #76

Open
danielrearden opened this issue May 29, 2020 · 0 comments
Open

Add ability to increment/decrement columns #76

danielrearden opened this issue May 29, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@danielrearden
Copy link
Owner

Knex supports chaining calls to increment/decrement/update. UpdateByIdBuilder and UpdateManyBuilder should expose this functionality somehow so that the caller doesn't have to get the column value first just to increase or decrease it by a specific amount.

@danielrearden danielrearden added the enhancement New feature or request label May 29, 2020
@danielrearden danielrearden added this to the 1.0.0 milestone May 29, 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