mirror of
https://github.com/sqlite/sqlite.git
synced 2025-10-22 22:13:04 +03:00
Add requirements marks for some of the new features in the 3.20 release.
FossilOrigin-Name: 264238671379306b14d62a6ddaefd2a20acd34ca77276b6ce872253160fe0146
This commit is contained in:
@@ -85,6 +85,10 @@ static void typeofFunc(
|
||||
assert( SQLITE_TEXT==3 );
|
||||
assert( SQLITE_BLOB==4 );
|
||||
assert( SQLITE_NULL==5 );
|
||||
/* EVIDENCE-OF: R-01470-60482 The sqlite3_value_type(V) interface returns
|
||||
** the datatype code for the initial datatype of the sqlite3_value object
|
||||
** V. The returned value is one of SQLITE_INTEGER, SQLITE_FLOAT,
|
||||
** SQLITE_TEXT, SQLITE_BLOB, or SQLITE_NULL. */
|
||||
sqlite3_result_text(context, azType[i], -1, SQLITE_STATIC);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user