Can a sql update be done on a table in perspective

You created a custom method on a Perspective Table called onCellEdited. Unless you’ve placed code in the proper Perspective events to do so, your custom method will never be called.

Did you place any code in the onCellEditCommit event?