Hi, I wanted the parser to parse these both Postgres statements 1. SELECT unnest(array[41,2,13]); 2. SELECT * FROM unnest(array[41,2,13]);
But the parse throws the error: UNNEST not supported. Because we are using this feature very often I was wondering if there are any plans for implementing this feature? Greets Mark -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
