From: drh Date: Tue, 9 Mar 2004 13:37:45 +0000 (+0000) Subject: The shell program now ignores extra whitespace at the end of dot-commands. (CVS 1288) X-Git-Tag: version-3.6.10~4780 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06333689a7c744fb9c5328b38034280a066cab97;p=thirdparty%2Fsqlite.git The shell program now ignores extra whitespace at the end of dot-commands. (CVS 1288) FossilOrigin-Name: b6817e99bd97f427b1cfd16328d612e1a7d70d0a --- diff --git a/manifest b/manifest index 4f45f8cb90..8e57a4bbfd 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Version\s2.8.13\s(CVS\s1287) -D 2004-03-08T13:57:54 +C The\sshell\sprogram\snow\signores\sextra\swhitespace\sat\sthe\send\sof\sdot-commands.\s(CVS\s1288) +D 2004-03-09T13:37:45 F Makefile.in afc6c0377773421633e592347097ad036eef6aeb F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -47,7 +47,7 @@ F src/pragma.c 621d319580e9e23712ec232e8be1786cdae06b36 F src/printf.c 8c58b7b6d4069eec6ebe2d46bdbc3a89a367bf95 F src/random.c 775913e0b7fbd6295d21f12a7bd35b46387c44b2 F src/select.c fb4360976fdf7b73f5252f274f8129540d5cd141 -F src/shell.c b19e750ffcccf49b626f4b6fefe89c1dbae47e82 +F src/shell.c 01fdfff666631cfe7f8047cfe9a8a62e56b37b50 F src/sqlite.h.in 01a7009223517d151da9780b0bb7b748777015dd F src/sqliteInt.h 235ce244b62bb26cc9ab394fb7a0724dd4e65c83 F src/table.c d845cb101b5afc1f7fea083c99e3d2fa7998d895 @@ -188,7 +188,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P 4431e63746311d2e3429203656f8168c227ecb6e -R 8da73e8cae4e93276ae8b20e58de03d1 +P 4d5bbb3dc32412ee7fa5dec42d3278836a362e8c +R 7966201eb81f0777d388a3d9d0fc9ed6 U drh -Z c4a1f8c7ab228bb2139e8ba76d346f14 +Z 2e3536299dacf293bc7c5149672be287 diff --git a/manifest.uuid b/manifest.uuid index e748062c65..681d9d187a 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4d5bbb3dc32412ee7fa5dec42d3278836a362e8c \ No newline at end of file +b6817e99bd97f427b1cfd16328d612e1a7d70d0a \ No newline at end of file diff --git a/src/shell.c b/src/shell.c index 58771aa78e..f9127b5820 100644 --- a/src/shell.c +++ b/src/shell.c @@ -12,7 +12,7 @@ ** This file contains code to implement the "sqlite" command line ** utility for accessing SQLite databases. ** -** $Id: shell.c,v 1.91 2004/02/25 02:25:37 drh Exp $ +** $Id: shell.c,v 1.92 2004/03/09 13:37:45 drh Exp $ */ #include #include @@ -546,6 +546,7 @@ static int do_meta_command(char *zLine, struct callback_data *p){ */ while( zLine[i] && nArg