Hello !

Curiosity wins over hunger.

I found that Mysql does logging ;-) The query log says:
110127 13:40:28    21 Connect   christoph@localhost on gnucash
                   21 Query     CREATE TEMPORARY TABLE numtest ( test_int 
BIGINT, test_unsigned BIGINT, test_double FLOAT8 )
                   21 Query     INSERT INTO numtest VALUES 
(-9223372036854775807, 9223372036854775807,     1,797692e+307)

This is what i suspected. The float is parsed badly. It should be
1.797692e+307. I wonder how to tell printf.

Is it possible that it is locale-specific ? I'm living in germany and we use 
the comma as separator.

Regards,

Christoph
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to