diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:07:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:07:39 +0000 |
commit | cf135f596348fc12f5aee68d206eb1ae0f030a13 (patch) | |
tree | 866db2075e714d821ca3d978205d21d88c0ec48d /www/compile.html | |
parent | Releasing progress-linux version 3.45.1-1~progress7.99u1. (diff) | |
download | sqlite3-cf135f596348fc12f5aee68d206eb1ae0f030a13.tar.xz sqlite3-cf135f596348fc12f5aee68d206eb1ae0f030a13.zip |
Merging upstream version 3.45.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'www/compile.html')
-rw-r--r-- | www/compile.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/compile.html b/www/compile.html index 5e300e2..b9acc84 100644 --- a/www/compile.html +++ b/www/compile.html @@ -278,7 +278,7 @@ If SQLite is compiled with -DSQLITE_OMIT_AUTOINIT and a routine like without first calling <a href="c3ref/initialize.html">sqlite3_initialize()</a>, the likely result will be a segfault. -</p><li<p><b><a href="compile.html#strict_subtype">SQLITE_STRICT_SUBTYPE=1</a></b>. +</p></li><li><p><b><a href="compile.html#strict_subtype">SQLITE_STRICT_SUBTYPE=1</a></b>. This option causes an error to be raised if an application defined function that does not have the <a href="c3ref/c_deterministic.html#sqliteresultsubtype">SQLITE_RESULT_SUBTYPE</a> property invokes the <a href="c3ref/result_subtype.html">sqlite3_result_subtype()</a> interface. The sqlite3_result_subtype() @@ -286,7 +286,7 @@ interface does not work reliably unless the function is registered with the SQLITE_RESULT_SUBTYPE property. This compile-time option is designed to bring this problem to the attention of developers early. -</li<p></li></ol> +</p></li></ol> <p>When all of the recommended compile-time options above are used, the SQLite library will be approximately 3% smaller and use about 5% fewer @@ -2129,5 +2129,5 @@ macros is included for completeness.</p> This macro may not be used in combination with any of <a href="compile.html#apicall">SQLITE_APICALL</a>, <a href="compile.html#callback">SQLITE_CALLBACK</a>, <a href="compile.html#cdecl">SQLITE_CDECL</a> or <a href="compile.html#sysapi">SQLITE_SYSAPI</a>. </p></blockquote> -<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/compile.in?m=1a49b43fd9">2024-01-09 20:59:08</a> UTC </small></i></p> +<p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/compile.in?m=f2cbd4873d">2024-02-01 18:38:39</a> UTC </small></i></p> |