<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Is there any reason why FS iterates through all the fields in the channels table, when it updates a field? I’ve created some custom columns (as per <a href="https://freeswitch.org/confluence/display/FREESWITCH/Variable+presence+data+cols" class="">https://freeswitch.org/confluence/display/FREESWITCH/Variable+presence+data+cols</a>) but the values I’m writing to my new columns are being overwritten when FS changes the channel state - it appears from the logs that this is due to FS reading the values from the table, and then setting every column (including my custom fields) when it then updates … to me this is counter-intuitive as far as SQL goes!?<br class="">
<br class=""></body></html>