in explorer, for a query like this:
select o from ObjectNode o where o.classIdentifier = '(PR)' and o.created > ?1
we try to set the parameter (its a java.util.Date) in the parameters table. None of the following works:
2020-12-01
2020.12.01
{d '2020-12-01'}
the parameter is just ignored