neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

New option "log" in enforce_extra to just log extra fields #620

Open cur3n4 opened 7 years ago

cur3n4 commented 7 years ago

When trying to set the enforce_extra strict to existing applications, I have found extremely useful to be able to log which extra fields are being passed to save without actually throwing an error. This allows to have a more forgiving policy until all possible extra fields have been identified, without the need of going through every single possible missing field.