summaryrefslogtreecommitdiff
path: root/docs/bdb-sql/normal-sql.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/bdb-sql/normal-sql.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/bdb-sql/normal-sql.html')
-rw-r--r--docs/bdb-sql/normal-sql.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/bdb-sql/normal-sql.html b/docs/bdb-sql/normal-sql.html
index 403510b3..5d1ccfcd 100644
--- a/docs/bdb-sql/normal-sql.html
+++ b/docs/bdb-sql/normal-sql.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -60,7 +60,9 @@
</p>
<p>
SQLite datatyping is described in detail on the
- Datatypes in SQLite Version 3 page.
+ <a class="ulink" href="http://sqlite.org/datatype3.html" target="_top">
+ Datatypes in SQLite Version 3
+ </a> page.
</p>
</li>
<li>
@@ -74,9 +76,9 @@
<p>
How NULLs are handled in SQLite may be different from what
you are used to. See
-
+ <a class="ulink" href="http://www.sqlite.org/nulls.html" target="_top">
NULL Handling in SQLite Versus Other Database Engines
-
+ </a>
for details.
</p>
</li>
@@ -84,9 +86,9 @@
<p>
There are some features of SQL that SQLite does
not support. For more information, see
-
+ <a class="ulink" href="http://www.sqlite.org/omitted.html" target="_top">
SQL Features That SQLite Does Not Implement.
-
+ </a>
</p>
</li>
</ul>