<div dir="ltr"><div><div>Hi,<br><br>I am trying to use the function Sql.easy_insertOrUpdate in the code <a href="https://github.com/saulo2/timesheet-upo/blob/master/timeSheet.ur">https://github.com/saulo2/timesheet-upo/blob/master/timeSheet.ur</a> but I am getting the following compiler errors:<br><br>/home/saulo/Programming/projects/timesheet-upo/timeSheet.ur:103:1: (to 105:35) Can't resolve type class instance<br>Class constraint:  $(map sql_injectable S.cellTableOtherColumns)<br>/home/saulo/Programming/projects/timesheet-upo/timeSheet.ur:103:1: (to 105:35) Can't resolve type class instance<br>Class constraint:  Top.folder[[Type]] S.cellTableOtherColumns<br><br>I faced similar errors before, and I got rid of them by declaring the type class instances in the SCHEMA signature. However, doing the same did not work for <br><br>$(map sql_injectable S.cellTableOtherColumns) <br><br>and <br><br>folder cellTableOtherColumns.<br><br>Does anyone know why?<br><br></div>Sincerely,<br></div>Saulo<br></div>