]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rename the Db.zName field to Db.zDbSName to make it more descriptive and to
authordrh <drh@noemail.net>
Thu, 18 Aug 2016 14:33:11 +0000 (14:33 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Aug 2016 14:33:11 +0000 (14:33 +0000)
commit69c338263abbd1bf5aa2621daddda708feb80beb
treea0809a7c156ee213bed6fe65597bbba2ccac32b2
parent8c2b1fde584b096460c95f9e3abf8b5dc452b5d0
Rename the Db.zName field to Db.zDbSName to make it more descriptive and to
distinguish it from all of the other "zName" variables scattered throughout
the code.

FossilOrigin-Name: 92a22f01343a898455fd61c3b8e7d7c954f5b569
24 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/attach.c
src/auth.c
src/build.c
src/dbstat.c
src/delete.c
src/fkey.c
src/insert.c
src/main.c
src/pragma.c
src/prepare.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/vacuum.c
src/vdbe.c
src/vdbeapi.c
src/vdbeblob.c
src/vtab.c