Ferreteria/v0.5/@cls/data/card/k1i/cStor/DoUpdate: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls
Jump to navigation Jump to search
(Created page with "==History== * 2019-06-11 removed 2nd parameter; massage data with $db->SanitizeValueArray() instead * 2019-07-26 moved from fcRecord_keyed_single to fcRecord_keyed, because it should work as long as GetSelfFilter() is defined. * 2019-11-26 creating DoUpdate() (and DoInsert()) as a way of transitioning to usage of status-object returns * 2022-01-03 moved from cRecordKeyed to tStorageK1I * 2023-02-20 modified so if record is locked, this just updates the local data")
 
m (Woozle moved page Ferreteria/v0.5/@cls/data/card/cK1I/WriteChanges to Ferreteria/v0.5/@cls/data/card/cK1I/DoUpdate without leaving a redirect: oops, this history goes with DoUpdate and not the other thing)
(No difference)

Revision as of 13:37, 26 February 2023

History

  • 2019-06-11 removed 2nd parameter; massage data with $db->SanitizeValueArray() instead
  • 2019-07-26 moved from fcRecord_keyed_single to fcRecord_keyed, because it should work as long as GetSelfFilter() is defined.
  • 2019-11-26 creating DoUpdate() (and DoInsert()) as a way of transitioning to usage of status-object returns
  • 2022-01-03 moved from cRecordKeyed to tStorageK1I
  • 2023-02-20 modified so if record is locked, this just updates the local data