From: drh Date: Sun, 27 Apr 2008 22:48:04 +0000 (+0000) Subject: Delete requirement F12764 as it has never been implemented and the X-Git-Tag: version-3.6.10~1122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=460e290006696d74ba924d04004913c6cc2674cd;p=thirdparty%2Fsqlite.git Delete requirement F12764 as it has never been implemented and the same effect can be easily achieved by other means. Ticket #3085. (CVS 5055) FossilOrigin-Name: fadeed998e63c2fd94811b911cf263713c5fcdca --- diff --git a/manifest b/manifest index 4eec50e233..cf484585d2 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sthe\sdocumentation\sto\sagree\swith\slong-standing\sbehavior\sfor\sthe\nsqlite3_bind_parameter_name()\sinterface\son\san\s?NNN\sparameter.\nTicket\s#2975.\s(CVS\s5054) -D 2008-04-27T22:29:02 +C Delete\srequirement\sF12764\sas\sit\shas\snever\sbeen\simplemented\sand\sthe\nsame\seffect\scan\sbe\seasily\sachieved\sby\sother\smeans.\s\sTicket\s#3085.\s(CVS\s5055) +D 2008-04-27T22:48:05 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -132,7 +132,7 @@ F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a F src/select.c b02ee16591f0194739e7deb12099d3e98e60b7f3 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96 F src/shell.c be22ec05c8c4a43a95a6ad3b8068542200451e07 -F src/sqlite.h.in 4fcaad008e3b468d7202e749d5a8b81e59afcf5a +F src/sqlite.h.in abb785d2afcf45bb9344fe6edc1c7b428e1b719f F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3 F src/sqliteInt.h 360bd20e5a16e0624db7e2d55d632fbad6f10e19 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8 @@ -630,7 +630,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P f22fa11bde0b77cfc5ff438f2ec6ab95dc87c291 -R acdbb140dfdaf108d3e2b2a2ba9fe2d2 +P df9991d5bbc6d90087f022c55b070c11dc510077 +R 0194808c2ddfe0f987f66ccad5fbfa60 U drh -Z 54ec6a4f4a59bea489b30c72b705b611 +Z 5b2d8c4ee0cbf7a0c9b5c92c778de6f1 diff --git a/manifest.uuid b/manifest.uuid index 03abb530db..6b5646aaf2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -df9991d5bbc6d90087f022c55b070c11dc510077 \ No newline at end of file +fadeed998e63c2fd94811b911cf263713c5fcdca \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 2dd044bb47..6866c4f960 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.309 2008/04/27 22:29:02 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.310 2008/04/27 22:48:05 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -2205,11 +2205,6 @@ typedef struct sqlite3_stmt sqlite3_stmt; ** to the lessor of V and the hard upper bound on the size ** of C that is set at compile-time. ** -** {F12764} A successful call to [sqlite3_limit(D,C,V)] where V is zero -** changes the limit on the size of construct C in -** [database connection] D to be the hard upper bound on the size -** of C that is set at compile-time. -** ** {F12766} A successful call to [sqlite3_limit(D,C,V)] where V is negative ** leaves the state of [database connection] D unchanged. **