Documentation Source Text

Check-in [253e0c9a09]
Login

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

Overview
Comment:SQLite does not have an ! operator. CVSTrac ticket #2849.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 253e0c9a099b960ae7e913eab90baf3bd08f3fce
User & Date: drh 2007-12-18 18:09:30.000
Context
2007-12-20
03:29
An attempt to get automatic hyperlinking working on all web pages. The website builds, but there are still many problems. (check-in: 16b1f03012 user: drh tags: trunk)
2007-12-18
18:09
SQLite does not have an ! operator. CVSTrac ticket #2849. (check-in: 253e0c9a09 user: drh tags: trunk)
2007-12-16
00:42
Working on global [...]-style hyperlinks. This is an interim check-in in order to transfer from one machine to another. (check-in: a1c70893c6 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/lang.in.
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
AND   
OR</font>
</pre></blockquote>

<p>Supported unary prefix operators are these:</p>

<blockquote><pre>
<font color="#2c2cf0"><big>-    +    !    ~    NOT</big></font>
</pre></blockquote>

<p>The COLLATE operator can be thought of as a unary postfix
operator.  The COLLATE operator has the highest precedence.
It always binds more tightly than any prefix unary operator or
any binary operator.</p>








|







991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
AND   
OR</font>
</pre></blockquote>

<p>Supported unary prefix operators are these:</p>

<blockquote><pre>
<font color="#2c2cf0"><big>-    +    ~    NOT</big></font>
</pre></blockquote>

<p>The COLLATE operator can be thought of as a unary postfix
operator.  The COLLATE operator has the highest precedence.
It always binds more tightly than any prefix unary operator or
any binary operator.</p>