|
From: Lachezar D. <l.d...@gm...> - 2005-07-17 07:52:16
|
I am not sure if I am not the only one but the HSQLDB version that ships= =20 with Spring does not work correctly with the Hibernate Dialect that ships= =20 with the Hibernate that ships with Spring :). It might be a miscalculation= =20 on my side, but Hibernate generates SQL that uses HSqlDB 1.8 'generated'=20 attribute for native primary key numbers. I always need to use HSqlDB 1.8 form external sources to achieve the correc= t=20 behaviour when I want Hibernat to auto-create the database schema. I can't verify that for newer versions, because I am using Spring 1.1.5stil= l. On 7/17/05, Juergen Hoeller <ju...@in...> wrote: >=20 > I wouldn't mind switching for Spring 1.2.3. I don't see much of a danger > factor either. We should just get it done by Tuesday, as I intend to=20 > release > 1.2.3 mid next week. >=20 > Juergen >=20 >=20 > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf= =20 > Of > Colin Sampaleanu > Sent: Saturday, July 16, 2005 11:48 PM > To: spr...@li... > Subject: [Springframework-developer] hsqldb 1.8.0.1 <http://1.8.0.1> >=20 > I've been using hsqldb 1.8.0.1 <http://1.8.0.1> in training with no real= =20 > issues. It offers > some nice enhancements over 1.7.x, including the ability for the db in > server mode to serve data from multiple named databases, just like other= =20 > DB > software (oracle, postgres, etc.), and real schemas. >=20 > We should decide if we want to switch the version we ship, for Spring=20 > 1.2.3, > or wait until 1.3. I don't care too much either way, but I don't see much= =20 > of > a danger factor. >=20 > Colin >=20 > -- > Colin Sampaleanu > Interface21 Principal Consultant > Spring Training, Consulting and Support - "From the Source" > http://www.springframework.com >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer >=20 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |