java - Extend hsqldb to understand another dialect -


i'd test our dao objects junit, hsqldb , dbunit. unfortunately our proprietary database supports keywords in queries not supported hsqldb default. example 'browse access' @ end of search query search isolation level 'transaction_read_uncommitted':

select * user user_id = 'test' browse access; 

how handle this? write dialect hsqldb? wrap driver?

adapting queries , software possible, not preferred solution.

regards,

boskop


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -