aboutsummaryrefslogtreecommitdiff
path: root/src/loadext.c
diff options
context:
space:
mode:
authordrh <>2025-05-19 14:04:48 +0000
committerdrh <>2025-05-19 14:04:48 +0000
commit79c792d5d9b1b9fdd8c1ad9d9a9564b2a2e8d5b3 (patch)
treef75ed0af63b54965f16c49d863cad2398ac4a1ea /src/loadext.c
parent890de76cf51dbf99ecaeabfbc6e0e191ba5fbda4 (diff)
downloadsqlite-79c792d5d9b1b9fdd8c1ad9d9a9564b2a2e8d5b3.tar.gz
sqlite-79c792d5d9b1b9fdd8c1ad9d9a9564b2a2e8d5b3.zip
Make the new sqlite3_setlk_timeout() interface accessible to loadable
extensions. FossilOrigin-Name: 8819b7285b71932327f47d29fa575cfb338e2fccd3f7c2023faf0575bfdb0079
Diffstat (limited to 'src/loadext.c')
-rw-r--r--src/loadext.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/loadext.c b/src/loadext.c
index 7e0ae2543..40d4f3128 100644
--- a/src/loadext.c
+++ b/src/loadext.c
@@ -517,7 +517,9 @@ static const sqlite3_api_routines sqlite3Apis = {
sqlite3_stmt_explain,
/* Version 3.44.0 and later */
sqlite3_get_clientdata,
- sqlite3_set_clientdata
+ sqlite3_set_clientdata,
+ /* Version 3.50.0 and later */
+ sqlite3_setlk_timeout
};
/* True if x is the directory separator character