Fix to the documentation on sqlite3_create_function. Ticket #899. (CVS 2128)

FossilOrigin-Name: 4ab1d012f0f365c46bcabe67eace891eeaa78d70
This commit is contained in:
drh 2004-11-20 21:02:13 +00:00
parent b9ecf6fa8e
commit 60404f46c1
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Avoid\sexcess\sheap\susage\swhen\scopying\sexpressions.\s\sTicket\s#979.\s(CVS\s2127)
D 2004-11-20T20:44:14
C Fix\sto\sthe\sdocumentation\son\ssqlite3_create_function.\s\sTicket\s#899.\s(CVS\s2128)
D 2004-11-20T21:02:14
F Makefile.in e747bb5ba34ccbdd81f79dcf1b2b33c02817c21d
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -227,7 +227,7 @@ F www/arch2b.fig d22a2c9642d584b89d4088b1e51e2bb0f7c04bed
F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0
F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
F www/capi3.tcl 5c1cb163f4d2a54e2d0e22dcc399dd71245c8b89
F www/capi3ref.tcl 28e70284fb1a833dbc513b9972cb0a245d4a7d60
F www/capi3ref.tcl 682ed717d564a1234badb8a563837547e140a382
F www/changes.tcl f2b34859843d9f06a0611eb6d44af767891b09ef
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/compile.tcl d9431a45a7551e833b0361ca5826831205276b05
@ -260,7 +260,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
P 5a4013ec9cabb2c933cbf45495f5d1e8b3b20da5
R 1ccc0c1cee174b34e5863b11269541a0
P d10560c75244daebe55da5630ef7e7b84ba7f77a
R 30545a0753dd70ce9583a0fefab75a16
U drh
Z 03c0bec5c7cb94aa1b76ae09f66e42f9
Z 9264d8e15e126e08fc159b47651406eb

View File

@ -1 +1 @@
d10560c75244daebe55da5630ef7e7b84ba7f77a
4ab1d012f0f365c46bcabe67eace891eeaa78d70

View File

@ -1,4 +1,4 @@
set rcsid {$Id: capi3ref.tcl,v 1.15 2004/11/18 02:04:10 drh Exp $}
set rcsid {$Id: capi3ref.tcl,v 1.16 2004/11/20 21:02:14 drh Exp $}
source common.tcl
header {C/C++ Interface For SQLite Version 3}
puts {
@ -510,7 +510,7 @@ int sqlite3_create_function16(
used.
The third parameter is the number of arguments that the function or
aggregate takes. If this parameter is negative, then the function or
aggregate takes. If this parameter is -1 then the function or
aggregate may take any number of arguments.
The fourth parameter, eTextRep, specifies what type of text arguments