Alex,

I don't have another suggestion to fix your issue. I generally access H2 via a 
ruby ORM (sequel) which hides all of this stuff from me.

cr

On Feb 9, 2010, at 3:37 PM, Alex wrote:

> 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.
> 

-- 
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.

Reply via email to