On 21 Oct 2010 at 19:49, Dan Haywood wrote: > In contrib/initial/sister/jpa you'll find my "JPA Objects" sister > project. Although that isn't going to become core (it has a dependency > on Hibernate which is LGPL) you will see that it uses an in-memory test > database... I think I use HSQLDB, in very much the same way that Mark > describes.
I was explicitly not using HSQLDB in-memory, so that I could look at the resulting SQL script and confirm content. It gave me an additional level of confirming what's going on.
