On Wed, Mar 17, 2010 at 5:59 PM, Simon Slavin <slav...@bigfraud.org> wrote: > > On 17 Mar 2010, at 4:04am, Roger Binns wrote: > >> Rashed Iqbal wrote: >>> Has anyone compiled and used SQLite on 64-bit Windows? Are there any >>> code changes that would be needed before compiling? Would the same DB >>> file work on 32-bit and 64-bit Windows platforms? >> >> The file format is fixed and is independent of the host, 32 or 64 bit, >> endianess etc. >> >> I don't believe there are any Win64 issues, but I don't have it myself. >> I do run SQLite on 64 bit Linux hosts and have done for years. > > I have applications which compile for both 32-bit and 64-bit > Macintoshes/Operating systems. I use the same code on both platforms and > both platforms access the same databases (sometimes at the same time). I > have found no problems resulting in the use of the different widths. > > Simon. > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >
Maybe I missed something. Is there any page about SQLite's 64-bit support on www.sqlite.org? If not, does it mean that 64-bit is not officially supported by SQLite? I also compiled and used 64-bit SQLite. By now, it seems that nothing was wrong. But, what I am seeking now is something guaranteed, like some unit test cases to run, to prove my compiling is good enough for 64-bit platform. -- Fan _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users