On Sat, Jun 16, 2012 at 02:00:27PM -0600, Keith Medcalf scratched on the wall:
> 
> Found the problem.
> 
> At sqlite3.c 19883:
>       if( precision<0 ) precision = 6;  /* Set default precision */
> 
> precision has a value of 15.  It should be 14 or less.  Don't know
> where it is getting this value from however.

  If by "this value" you mean the 6, that's the default precision for
  "%f" conversion in the printf() family of functions.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to