On Thu, Aug 7, 2014 at 9:34 AM, Paolo Combi <[email protected]> wrote:
> Hello, > i have one problem. > i have 1 sqlite file on my ipad and when i download this file i find some > other version of this file . > > *.sqlite > *.sqlite-shm > *-sqlite-wal > The -shm and -wal files are journals left over when the application did not shut down cleanly. Just open the *.sqlite file and SQLite will automatically "merge" the other two. > > i see if i use a firefox plugin this file will be merge together and i want > to do the same things with php . > is possibile? > > best regards > > > > > > Paolo Combi > Research & Development Team [image: iPratico] <http://www.ipratico.com> > Corso Matteotti 5/h > 23900 Lecco > Italia tel (+39) 0341 36.58.30 > fax (+39) 0341 28.73.97 > http://www.ipratico.com > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

