How to create STUFF function in H2 in memory database? This is required to write Junit for a DAO function which uses query having "STUFF" function to query MS SQL database.
I tried extending H2Dialect but not sure how to register this function in H2.
Kindly suggest