it.unibz.inf.ontop.exception.OntopQueryEvaluationException: org.postgresql.util.PSQLException: ERROR: function array_agg(unknown) is not unique Hint: Could not choose a best candidate function. You ...
I'm changing over a web based chat app from raw SQL to Prisma. In the process I feel that there are some common use-cases that Prisma doesn't yet cover. For example, in SQL I have the option to append ...