common/lib/hsqldb.jar
and voilà, it runs almost without any problem (Hibernate/JPA usage) as before. I have made just one small change, see bellow. Even the HSQLDB Database Manager starts from JMX console. My personal feeling is that the version 2.0 is a little bit faster than 1.8.0, but I have not made any benchmarks.The HSQLDB 2.0 upgrade notes:
- In my
import.sql
I had to change all timestamp formats from'2010-08-06 8:00:00'
to'2010-08-06 08:00:00'
, i.e. I had to zero pad the hours into two decimal places.
Žádné komentáře:
Okomentovat