[sqlite] slightly confusing documentation on limits.html page

2012-03-24 Thread Jeff Robbins
I don't see a calculation supporting item 13's maximum of 14 terabytes, so perhaps the two references to "14" in item 13 are a typo? Or perhaps they refer to another actual limit? In either case, the seeming contradiction is confusing. Thanks, Jeff Robbins 12. Maximum

Re: [sqlite] Could/should Windows build of SQLite use #define

2012-03-23 Thread Jeff Robbins
While #define WINDOWS_LEAN_AND_MEAN is only a compile-time setting, it trims down extraneous #defines that Windows.h creates that can interfere with reasonable uses of SQLite, such as the excellent APSW extension for Python: The problem I happened upon was trying to build a Python extension call

[sqlite] Could/should Windows build of SQLite use #define WIN32_LEAN_AND_MEAN?

2012-03-23 Thread Jeff Robbins
When building using the SQLite amalgamation, I noticed Windows.h being included without #define WIN32_LEAN_AND_MEAN. This includes a lot of extraneous "cruft". Any reason not to trim down the windows build this way? ___ sqlite-users mailing list sqlit