Derby 10.7 and later support a boolean data type, DerbyTenSevenDialect
registers the type but doesn't override the toBooleanValueString method to
return the literal values "true" and "false"
--
Adam Bryzak
___
hibernate-dev mailing list
hibernate-dev@
There are a bunch of test failures in the new metamodel tests. I know
this stuff is changing all the time, but we really need to work on
making sure that work we are doing is not causing regressions.
Otherwise, this work will quickly become a situation of "1 step forward,
2 steps back" instead
Probably openTemporarySession() should be deprecated. Notice it also
says it is for HEM use, though the only current uses I see of it all
come from envers.
If you want to share information from the main session, then the
appropriate access would be to use org.hibernate.SharedSessionBuilder as
Hi all,
I have a question regarding SessionFactoryImplementor.openTemporarySession()
(bug HHH-7017). As observed in non JTA environment
with manual flush mode enabled, and 'hibernate.connection.autocommit' disabled,
temporary session is not getting committed.
How/when should I commit it manual