Documentation Source Text

Check-in [ee08220e84]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge typo fix from the 3.19 branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ee08220e84dc4b13ff6720c1785f4a447be11ab2891f5abae0c50854199496bf
User & Date: drh 2017-07-17 12:47:42.594
Context
2017-07-17
12:52
Add the integrity_check false-positive bug-fix to the change log. (check-in: 9b65b351e5 user: drh tags: trunk)
12:47
Merge typo fix from the 3.19 branch. (check-in: ee08220e84 user: drh tags: trunk)
12:25
Fix a typo in whentouse.html. (Cherrypick from trunk) (check-in: 8cd332487d user: drh tags: branch-3.19)
10:16
Fix a typo in whentouse.html (check-in: 9f1b8abdc8 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/carray.in.
19
20
21
22
23
24
25
26

27
28
29
30
31
32
33
source file.

<h1>Details</h1>

<p>The carray() function takes two or three arguments.
The first argument is a pointer to an array.  Since pointer values cannot
be specified directly in SQL, the first argument must be a [parameter] that
is bound to a pointer value using the [sqlite3_bind_pointer()] interface.

The second argument is the number of elements in the array.  The optional
third argument is a string that determines the datatype of the elements
in the C-language array.  Allowed values for the third argument are:

<ol>
<li> 'int32'
<li> 'int64'







|
>







19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
source file.

<h1>Details</h1>

<p>The carray() function takes two or three arguments.
The first argument is a pointer to an array.  Since pointer values cannot
be specified directly in SQL, the first argument must be a [parameter] that
is bound to a pointer value using the [sqlite3_bind_pointer()] interface
using a pointer-type of "carray".
The second argument is the number of elements in the array.  The optional
third argument is a string that determines the datatype of the elements
in the C-language array.  Allowed values for the third argument are:

<ol>
<li> 'int32'
<li> 'int64'