There was an error while loading. Please reload this page.
1 parent ac3cec4 commit f76ffe0Copy full SHA for f76ffe0
1 file changed
doc/api/sqlite.md
@@ -295,8 +295,8 @@ added: v22.5.0
295
-->
296
297
Closes the database connection. An exception is thrown if the database is not
298
-open. An \[`ERR_INVALID_STATE`]\[] error is thrown if the method is called while a
299
-statement is executing, for example from a user-defined function, an aggregate
+open. An \[`ERR_INVALID_STATE`]\[] error is thrown if the method is called while
+a statement is executing, such as inside a user-defined function, an aggregate
300
function, or an authorizer callback. This method is a wrapper around
301
[`sqlite3_close_v2()`][].
302
0 commit comments