]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A new approach to very large sqlite3_mprintf() strings: Back out the
authordrh <drh@noemail.net>
Mon, 4 Jan 2016 12:07:27 +0000 (12:07 +0000)
committerdrh <drh@noemail.net>
Mon, 4 Jan 2016 12:07:27 +0000 (12:07 +0000)
commitfa385edff34587e544690236dc9bf47114c3d333
treef67fc6392edb3157c4ccd73628e8a60481fee5c8
parentcc54f43442076f01ccda13db4fc576cd468817f6
A new approach to very large sqlite3_mprintf() strings:  Back out the
[d655a665] check-in and instead make the size fields in StrAccum unsigned.
Strings generated by sqlite3_mprintf() can now be as large as 2^31-1 bytes.

FossilOrigin-Name: 7adb789f45698e5569b840d23f3f9488db3ed109
manifest
manifest.uuid
src/printf.c
src/sqliteInt.h
test/analyzeF.test