The update to CE v6.16.11 fails with Comfortupdate and now it's impossible to work. There is an SQL syntax error, apprently related to the use of the identifier 'desc' :
CDbCommand n'a pas pu exécuter la commande SQL: SQLSTATE[42601]: Syntax error: 7 ERREUR: erreur de syntaxe sur ou près de « ` »
LINE 1: ...tle = 'Workspace', buttontext = 'View workspace', `desc` = '...
^. The SQL statement executed was: UPDATE lime_boxes SET title = :title, buttontext = :buttontext, `desc` = :desc WHERE id = :id