Documentation Source Text

Check-in [3a97831e93]
Login

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

Overview
Comment:Merge fixes from the 3.19.0 branch.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3a97831e934ce74fb144675a9e67b6f8345fc3473578c9e573a00073107d24fd
User & Date: drh 2017-07-13 19:12:17.052
Context
2017-07-13
19:25
Fix documentation typos from David Raymond. (check-in: 73c3c21f31 user: drh tags: trunk)
19:12
Merge fixes from the 3.19.0 branch. (check-in: 3a97831e93 user: drh tags: trunk)
19:11
Updates to the carray() documentation and the change log. (check-in: 1563329e78 user: drh tags: trunk)
2017-07-11
14:00
Clarify how the % operator works. (check-in: 3cb8f4e5f2 user: drh tags: branch-3.19)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/lang.in.
1846
1847
1848
1849
1850
1851
1852
1853
1854


1855
1856
1857
1858
1859
1860
1861

<tcl>
hd_puts "[Operator =] or [Operator ==].
^The non-equals operator can be either
[Operator !=] or [Operator {&lt;&gt;}].
^The [Operator ||] operator is \"concatenate\" - it joins together
the two strings of its operands.
^The operator [Operator %] outputs the value of its left 
operand modulo its right operand.</p>



<p>^The result of any binary operator is either a numeric value or 
NULL, except for the [Operator ||] concatenation operator which always 
evaluates to either NULL or a text value.</p>"

hd_fragment {isisnot} {IS operator} {IS NOT operator}








|
|
>
>







1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863

<tcl>
hd_puts "[Operator =] or [Operator ==].
^The non-equals operator can be either
[Operator !=] or [Operator {&lt;&gt;}].
^The [Operator ||] operator is \"concatenate\" - it joins together
the two strings of its operands.
^The operator [Operator %] outputs the integer value of its left 
operand modulo its right operand.  In other words, the
operator [Operator %] works in SQLite the same as it does
in ANSI-C.</p>

<p>^The result of any binary operator is either a numeric value or 
NULL, except for the [Operator ||] concatenation operator which always 
evaluates to either NULL or a text value.</p>"

hd_fragment {isisnot} {IS operator} {IS NOT operator}