jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

changes_on_update does not support server_onupdate #655

Open anuragagarwal561994 opened 7 years ago

anuragagarwal561994 commented 7 years ago

From the implementation here the method changes_on_update only considers onupdate keyword for a column and not server_onupdate which should be (in my understanding) an incomplete implementation.

For more information on server_onupdate, follow this link.