]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the ability to limit filenames to 8+3 using the
authordrh <drh@noemail.net>
Tue, 17 May 2011 20:36:21 +0000 (20:36 +0000)
committerdrh <drh@noemail.net>
Tue, 17 May 2011 20:36:21 +0000 (20:36 +0000)
commit81cc516352d809335f78de86b785b3f532ae5254
tree32e5ffa547e48a5ebcc1800307c2d8fa37962ea6
parentbd69559bfdfc72d4c1e5741a3bdcd51268cfedd5
Add the ability to limit filenames to 8+3 using the
SQLITE_ENABLE_8_3_NAMES compile-time option together with a URI
parameter of "8_3_names=1".

FossilOrigin-Name: 96d609856025919571f781207dfa6a24b1732e8d
manifest
manifest.uuid
src/os_unix.c
src/os_win.c
src/pager.c
src/pragma.c
src/sqliteInt.h
src/test_config.c
src/util.c
src/vdbeaux.c
test/8_3_names.test [new file with mode: 0644]