diff options
Diffstat (limited to 'docs/bdb-sql/normal-sql.html')
-rw-r--r-- | docs/bdb-sql/normal-sql.html | 14 |
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> |