]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Limit the total data in a single row to 2^16-1 bytes. (CVS 248)
authordrh <drh@noemail.net>
Sat, 15 Sep 2001 13:15:12 +0000 (13:15 +0000)
committerdrh <drh@noemail.net>
Sat, 15 Sep 2001 13:15:12 +0000 (13:15 +0000)
commit092d0350d5bcfe2d1a02dc3a821b474c9c0ecdbd
treef1438bc5ce605f19e22fb7240a04cbba9b4c20b1
parentb3e05a662ad09159dad26a4520e815ae6550b1b7
Limit the total data in a single row to 2^16-1 bytes. (CVS 248)

FossilOrigin-Name: 8fdec4d8b6043471f21235bc8918c9a8d838f508
manifest
manifest.uuid
src/btree.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/util.c
src/vdbe.c