On Sat, Apr 21, 2012 at 02:07:17PM -0700, Kyle McKay scratched on the wall:

> Is there some way to modify only the SQLite3 shell's .dump utility
> to use 17g when dumping IEEE754 values (leaving all the other
> behavior unchanged)?

  Not easily.  Last time I checked, the shell uses sqlite3_exec() for
  everything, meaning the double-to-string conversion is done by the
  SQLite core, not the code in the shell.

   -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