that's just a cache, all the rest is on mongodb :) what would you suggest otherwise?
Cheers Alex On Feb 9, 9:28 pm, Chuck Remes <[email protected]> wrote: > On Feb 9, 2010, at 11:03 AM, Alex wrote: > > > > > > > Hi! > > > I'm having problems while using JaQu from Scala: the following code > > > class Bar() { > > var open: java.lang.Double = 0. > > } > > val b = new Bar > > b.open = 123.45 > > db.insert(b) > > > creates a table "BAR", but inserts no values, wheres is the is class > > defined in Java > > > public class Bar() { > > public Double open; > > } > > > the code works correctly. Am I missing anything? > > Yeah, don't store market data in a transactional database. :) > > cr -- 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.
