| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -723,11 +723,19 @@ Similar to the method above, but generates a more compact patchset. See [Changes | |||
| 723 | 723 | in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a | |
| 724 | 724 | wrapper around [`sqlite3session_patchset()`][]. | |
| 725 | 725 | ||
| 726 | - ### `session.close()`. | ||
| 726 | + ### `session.close()` | ||
| 727 | 727 | ||
| 728 | 728 | Closes the session. An exception is thrown if the database or the session is not open. This method is a | |
| 729 | 729 | wrapper around [`sqlite3session_delete()`][]. | |
| 730 | 730 | ||
| 731 | + ### `session[Symbol.dispose]()` | ||
| 732 | + | ||
| 733 | + <!-- YAML | ||
| 734 | + added: v24.9.0 | ||
| 735 | + --> | ||
| 736 | + | ||
| 737 | + Closes the session. If the session is already closed, does nothing. | ||
| 738 | + | ||
| 731 | 739 | ## Class: `StatementSync` | |
| 732 | 740 | ||
| 733 | 741 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments