Hi, I am trying to use the function Sql.easy_insertOrUpdate in the code https://github.com/saulo2/timesheet-upo/blob/master/timeSheet.ur but I am getting the following compiler errors:
/home/saulo/Programming/projects/timesheet-upo/timeSheet.ur:103:1: (to 105:35) Can't resolve type class instance Class constraint: $(map sql_injectable S.cellTableOtherColumns) /home/saulo/Programming/projects/timesheet-upo/timeSheet.ur:103:1: (to 105:35) Can't resolve type class instance Class constraint: Top.folder[[Type]] S.cellTableOtherColumns 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 $(map sql_injectable S.cellTableOtherColumns) and folder cellTableOtherColumns. Does anyone know why? Sincerely, Saulo
_______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
