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
When you call an update method without all the table columns values.
service.update(data.id, {password: hook.data.password.toUpperCase()}) .then(response => resolve(hook)) .catch(error => reject(error));
It should update only the password field.
It sets other fields to NULL.
Using oracledb.
The text was updated successfully, but these errors were encountered:
This is the patch functionality.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
When you call an update method without all the table columns values.
Expected behavior
It should update only the password field.
Actual behavior
It sets other fields to NULL.
System configuration
Using oracledb.
The text was updated successfully, but these errors were encountered: