2010/2/18 Thomas Mueller <[email protected]>: > Hi, > > I'm sure it's possible to start/stop H2 within an Ant script. And I'm > sure it would be quite easy. However, there are easier ways. For > testing, usually I would try to use the embedded mode because it is > faster than the server mode. Sometimes you could even use the > in-memory mode. If you want to be able to access the database while > the test runs you could use the auto-server mode: > http://www.h2database.com/html/features.html#auto_mixed_mode > > Regards, > Thomas Hi Thomas
I have exactly intention to use in-memory mode. This auto mixed mode is very very interesting! I'm substituing Oracle XE with H2 in-memory in our project, to enhance the speed of suite execution. Most of problems I'm facing to are in SQL grammar. We have a lot of Oracle TO_DATE() for test data and actually I'm looking for a free SQL translator Oracle-to-H2. Someone in the list had ever used such a translator? Thanks -- Giorgio Vespucci giorgio [dot] vespucci [at] gmail [dot] com Skype, Twitter, Slideshare: gvespucci Linux User #471792 http://xpermanwalking.blogspot.com -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
