]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Omit the '\0' at the end of UTF-8 strings on disk (it is implied). Also
authordanielk1977 <danielk1977@noemail.net>
Tue, 18 May 2004 01:23:38 +0000 (01:23 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 18 May 2004 01:23:38 +0000 (01:23 +0000)
commitb4964b723c3642dccb530a0ca7af06213c38efd5
treec8a55418ab180fe7d22a6a68898d350a4eaafd1f
parente014a83880e3064cbc202de5ff92a4059faa274c
Omit the '\0' at the end of UTF-8 strings on disk (it is implied). Also
don't store the number of rows at the beginning of each table record. (CVS 1390)

FossilOrigin-Name: 202a470f2c1804a96e69f16709d1a92e405971f0
manifest
manifest.uuid
src/build.c
src/delete.c
src/insert.c
src/pragma.c
src/select.c
src/update.c
src/vdbe.c
src/where.c