Ask Your Question
1

Is it possible for the Mongoose pre-update document middleware to not write the updated field to the database?

asked 2023-06-20 21:26:44 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-20 21:34:02 +0000

pufferfish gravatar image

No, it is not possible for the Mongoose pre-update document middleware to prevent the updated field from being written to the database. The purpose of the middleware is to perform some action before the document is updated, but it cannot control what data is ultimately written to the database.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-20 21:26:44 +0000

Seen: 11 times

Last updated: Jun 20 '23