diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2022-01-28 08:37:05 -0700 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2022-01-29 01:58:27 +0900 |
commit | ae2a61f847e10e6dd771ecd4e1c55e0421cdc7f9 (patch) | |
tree | 7afef61544d9d1b6a4e08e13a847fee8201cbe1f /sqlite3-binding.c | |
parent | Add example using driverName (diff) | |
download | golite-ae2a61f847e10e6dd771ecd4e1c55e0421cdc7f9.tar.gz golite-ae2a61f847e10e6dd771ecd4e1c55e0421cdc7f9.tar.xz |
Add sqlite3_file_control() support
This commit adds the SQLiteConn.FileControlInt() method which calls the
underlying sqlite3_file_control() function with an int argument. This can
be used for low-level operations on SQLite databases such as persisting
the WAL file after database close.
Diffstat (limited to 'sqlite3-binding.c')
0 files changed, 0 insertions, 0 deletions