Hi Lukas,

Using this 3rd party package (http://groupconcat.codeplex.com/) to
provide GROUP_CONCAT on SQL Server seems to provide more flexibility
that using the builtin FOR XML PATH (as referred to by
https://github.com/jOOQ/jOOQ/issues/1277).

I was wondering if there is a way to get the LISTAGG generator to be
dialect aware and generate the necessary syntax for SQL Server, i.e.
dbo.GROUP_CONCAT(COLUMN_NAME). Or is this something that is not likely
to be very portable (looking beyond the issue of having to assume that
this 3rd package is actually installed)?

Cheers,

Ben

-- 
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/groups/opt_out.


Reply via email to