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
Issue tracker is used for reporting bugs and discussing new features. Please use Discord or stackoverflow for supporting issues.
Should increment amount
Does not increment amount
_, err := j.DB.Model((*orm.Wallet)(nil)).Exec(` UPDATE wallets SET amount = amount + 1, updated_at = ? WHERE id = ? `, time.Now(), tx.Wallet.ID)
I cant increment value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue tracker is used for reporting bugs and discussing new features. Please use
Discord or stackoverflow for supporting
issues.
Expected Behavior
Should increment amount
Current Behavior
Does not increment amount
Steps to Reproduce
Context (Environment)
I cant increment value
The text was updated successfully, but these errors were encountered: