Subject | Re: [Firebird-Java] hibernate and select from select |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-11-10T20:44:09Z |
> This query is not good for Firebird...Yup, you're right - this is not supported in Firebird 1.5. It works ok in
> I can see problems in 2 diferent points:
> 1.
> select ... from (select
Firebird 2.0, I was able to pass Hibernate's test suite with slightly
modified FirebirdDialect and Firebird 2.0 post-alpha3 snapshot. Anyway, that
is not for production use, but I'm tracking this relatively close. However,
Fyracle might be an option for you, since that is FB 1.5.1 + backports of
some FB2 features (for example "select from select").
Roman