On Thu, Jun 28, 2012 at 12:20 PM, Stephan Beal <sgb...@googlemail.com>wrote:
> On Thu, Jun 28, 2012 at 5:57 PM, Simon Slavin <slav...@bigfraud.org> > wrote: > > > Now the URL: > > > > <http://www.sqlite.org/src4/doc/trunk/www/design.wiki> > > > > Just thought some people might enjoy reading and thinking about it. > > > > FWIW, my 0.02 Euros regarding this line: > > "SQLite4 makes use of standard data types such as size_t, int64_t, > uint64_t, > and others." > Since I wrote that, I've gone back into the code and changes a lot of those into sqlite4_int64, etc. Keep in mind that not just the code, but the documentation is also a work in progress :-) > > > size_t does not have a specified size and causes all sorts of grief in > porting i/o-based APIs between 32/64 bits, in my experience. PLEASE use the > fixed-size integers defined in inttypes.h, and not size_t. There is of > course one notable caveat: MSC does not support inttypes.h/stdint.h BUT > there are free drop-in replacements available here: > http://code.google.com/p/msinttypes/ > > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > http://gplus.to/sgbeal > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users