Reason Developer Notebook
Posts tagged with “Database” (All posts)
Small but important change to update_entity & reason_update_entity
June 26, 2012 at 10:31 amWe just made a small change to update_entity() (and by extension, reason_update_entity()). You can now pass a last_modified value in the update array, and the last_modified date of the entity will be set to that value. Previously update_entity ignored any last_modified value passed, always setting it to mysql NOW(). This change will not effect most code, but there is a specific case where things will change -- read the full post for details.
Reason 4.2 Performance & Database Indexing Outline
April 17, 2012 at 2:03 pmReason 4.2 includes major deep changes that eliminate some and simplify most queries in queries in Reason. If you are upgrading Reason and want to take optimal advantage of these changes, we recommend a few database indexing changes.