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. Thanks, Dan. --- Hans-Juergen Taenzer <[EMAIL PROTECTED]> wrote: > hello, > > compiling SQLite 3.0.0 in an cygwin environment I am > getting compiler > warnings: > > .../sqlite/src/util.c:1175: warning: integer > constant is too large for > "long" typ > .../sqlite/src/vdbe.c:3022: warning: integer > constant is too large for "long" typ > .../sqlite/src/vdbe.c:3029: warning: integer > constant is too large for "long" typ > .../sqlite/src/vdbeaux.c:1474: warning: integer > constant is too large for "long" > .../sqlite/src/vdbeaux.c:1474: warning: integer > constant is too large for "long" > > could I ignore this warnings? > > gcc is: gcc version 3.3.1 (cygming special) > > Hans-Jürgen Tänzer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]