mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-14 00:22:38 +03:00
Fix documentation typo. No changes to code.
FossilOrigin-Name: 9319f7b71f68c9dc64c22c60b90650955b72f6bd9852d5ea86fa96a5c6fede37
This commit is contained in:
@@ -5079,7 +5079,7 @@ typedef void (*sqlite3_destructor_type)(void*);
|
||||
** when it has finished using that result.
|
||||
** ^If the 4th parameter to the sqlite3_result_text* interfaces
|
||||
** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
|
||||
** then SQLite makes a copy of the result into space obtained from
|
||||
** then SQLite makes a copy of the result into space obtained
|
||||
** from [sqlite3_malloc()] before it returns.
|
||||
**
|
||||
** ^The sqlite3_result_value() interface sets the result of
|
||||
|
||||
Reference in New Issue
Block a user