]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental enhancement to automatically trim NULL values from the end of
authordrh <drh@noemail.net>
Wed, 25 Jan 2017 14:58:27 +0000 (14:58 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Jan 2017 14:58:27 +0000 (14:58 +0000)
commit585ce1923c7c45bd0bf4da4ad957b6421785d1f0
treec0d25427ded534238ea457702daf233c4728759b
parent7888d14caa853827e60bac132ffcb0c6b25036c8
Experimental enhancement to automatically trim NULL values from the end of
records, for a reduced disk footprint.  This change also involves increasing
the P5 operand from 8 to 16 bits.

FossilOrigin-Name: 118ded403b95050b74ae2b03919c43d614094a32
manifest
manifest.uuid
src/insert.c
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/vdbeaux.c