metabase / toucan

A classy high-level Clojure library for defining application models and retrieving them from a DB
Eclipse Public License 1.0
570 stars 49 forks source link

Fix docs to clarify that `update-where!` doesn't call pre-update (or post-update) #76

Open camsaul opened 4 years ago

camsaul commented 4 years ago

https://github.com/metabase/toucan/blob/master/docs/db-functions.md#update-where says update-where does not call pre-update while https://github.com/metabase/toucan/blob/master/docs/defining-models.md#pre-update says pre-update gets called, while post-update does not.