Daniel K  ([EMAIL PROTECTED]) wrote:

 > Can you try the following experiment and post the
 > results:

 > CREATE TABLE tbl(a INTEGER PRIMARY KEY, b INTEGER);
 > INSERT INTO tbl VALUES( -1, 1.12589990684e+15 );
 > SELECT * FROM tbl;

 > and see what happens. If you get the right value
 > back (-1, 1125899906840000) then I think the warnings
 > are harmless.

I've done, and it's okay. Compiler was gcc version 3.3.1 (cygming special)

Thank you,

Hans-Jürgen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to