| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 53d5273 commit 43f1dc0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -307,7 +307,10 @@ added: v22.5.0 | |||
| 307 | 307 | --> | |
| 308 | 308 | ||
| 309 | 309 | Closes the database connection. An exception is thrown if the database is not | |
| 310 | - open. This method is a wrapper around [`sqlite3_close_v2()`][]. | ||
| 310 | + open. An [`ERR_INVALID_STATE`][] error is thrown if the method is called while | ||
| 311 | + a statement is executing, such as inside a user-defined function, an aggregate | ||
| 312 | + function, or an authorizer callback. This method is a wrapper around | ||
| 313 | + [`sqlite3_close_v2()`][]. | ||
| 311 | 314 | ||
| 312 | 315 | ### `database.loadExtension(path[, entryPoint])` | |
| 313 | 316 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments