Title: RE: Builder inheritance supported for hsqldb?

Well, I ran into a problem with Hypersonic.
Ironically, it's not the Storage layer (that seems to run just fine), but the Query classes.
Hypersonic has no support for the LIMIT or TOP elements of a query (that limit the query result).
There is no code in the query that catches such a situation, so any query that uses offset or max fails.
I think this should be fixed, as the new taglib makes extensive use of it.

Gomez

Reply via email to