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