]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Trim NULL values off the end of records when the SQLITE_ENABLE_TRIM_NULLS
authordrh <drh@noemail.net>
Wed, 25 Jan 2017 20:55:11 +0000 (20:55 +0000)
committerdrh <drh@noemail.net>
Wed, 25 Jan 2017 20:55:11 +0000 (20:55 +0000)
commitd447dced96050d3a5cc77a53eea8473612df18a9
treec6fc4b33ed02961963f82f31504d19f260929b99
parent7888d14caa853827e60bac132ffcb0c6b25036c8
parent7271d7a19c2d651146fed05680e1b393c4901d2c
Trim NULL values off the end of records when the SQLITE_ENABLE_TRIM_NULLS
compile-time option is used.  Increase the size of the P5 operand to 16 bits.
Fix a problem with short records in the sessions extension.

FossilOrigin-Name: 4801bd59a01dcc11a3eb9e776e7599b36f162d2a
manifest
manifest.uuid
src/insert.c
src/sqliteInt.h
src/vdbe.c