OoO Pendant  le journal  télévisé du dimanche  20 mai 2007,  vers 20:48,
sean finney <[EMAIL PROTECTED]> disait:

> ...and this is exactly why.  i think most apps that use sqlite are
> linked against one of the sqlite libraries, and they dodn't have the
> option of choosing one or the other.  of course, a sqlite0 linked app
> might later be rebuilt to use sqlite3, in which case having an
> upgrade/conversion path in place would be really wise.  i haven't used
> sqlite enough to know what the best way to handle this is.

Conversion is easy but it needs both sqlite and sqlite3 installed.
 sqlite sqlite.db .dump | sqlite3 sqlite3.db
-- 
Make sure every module hides something.
            - The Elements of Programming Style (Kernighan & Plauger)

Reply via email to