DDL blocking on transaction in other connection with mvcc transaction model
That is great. Will you also add the opposite operator: 'ALL(UNNEST(?))' ? Rob
Hi, I would like to use the standard ANY-syntax with an array. Hsqldb does seem to have a similar syntax using the unnest keyword, for example SELECT * FROM customer WHERE firstname IN ( UNNEST(?) ) is it possible to support the, I think, more standard syntax of ANY-with-arry, for example: SELECT * FROM customer WHERE firstname = ANY(?) Thanks in advance, Rob