-C Correct\sand\sclarify\sthe\sdocumentation\son\sthe\sthird\sparameter\sto\nsqlite3_create_function().\s(CVS\s6672)
-D 2009-05-24T11:07:49
+C In\sthe\sprevious,\sthe\supper\sbound\son\sthe\snumber\sof\sfunction\sarguments\sis\n127,\snot\s255.\s\sTicket\s#3876\s(CVS\s6673)
+D 2009-05-24T11:08:50
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in 583e87706abc3026960ed759aff6371faf84c211
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F src/rowset.c c64dafba1f9fd876836c8db8682966b9d197eb1f
F src/select.c 88e654ab5b183e4fdb084680b66b5bfa6f214dc5
F src/shell.c 7eacd0bdaa887931f5ff205c9defc3e8df95a2dd
-F src/sqlite.h.in 66f0884d0a6e84babf3a9f3be6c1ca3e94711356
+F src/sqlite.h.in 51b7b83fcc7ad65487ec326c3cc94e8acfa19700
F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17
F src/sqliteInt.h b4cc76a99bc82894703528376067c743eb27184c
F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P fad88e71cf195e703f7b56b13f0c1818fd0dac84
-R 83f4b69c6a1f98c5bfb6215a23f6d8c5
+P 6b7929ed36fa14291b6cb09de5808100945ad7a0
+R 85a0c825c8600dc0dc5d02dc377983f7
U drh
-Z d8368db6da4f3cfc3fbf1f91fdeb6519
+Z 39c5a36b1b617f4e8d15ff8818beaa05
** the version number) and changes its name to "sqlite3.h" as
** part of the build process.
**
-** @(#) $Id: sqlite.h.in,v 1.453 2009/05/24 11:07:49 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.454 2009/05/24 11:08:50 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
** aggregate takes. If this parameter is -1, then the SQL function or
** aggregate may take any number of arguments between 0 and the limit
** set by [sqlite3_limit]([SQLITE_LIMIT_FUNCTION_ARG]). If the third
-** parameter must not be less than -1 or greater than 255.
+** parameter must not be less than -1 or greater than 127.
**
** The fourth parameter, eTextRep, specifies what
** [SQLITE_UTF8 | text encoding] this SQL function prefers for