File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ const (
166166 PREPARE_PERSISTENT PrepareFlag = 0x01
167167 PREPARE_NORMALIZE PrepareFlag = 0x02
168168 PREPARE_NO_VTAB PrepareFlag = 0x04
169+ PREPARE_DONT_LOG PrepareFlag = 0x10
169170)
170171
171172// FunctionFlag is a flag that can be passed to
@@ -219,6 +220,7 @@ const (
219220 DBSTATUS_DEFERRED_FKS DBStatus = 10
220221 DBSTATUS_CACHE_USED_SHARED DBStatus = 11
221222 DBSTATUS_CACHE_SPILL DBStatus = 12
223+ // DBSTATUS_MAX DBStatus = 12
222224)
223225
224226// DBConfig are the available database connection configuration options.
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ const (
225225 _FCNTL_EXTERNAL_READER _FcntlOpcode = 40
226226 _FCNTL_CKSM_FILE _FcntlOpcode = 41
227227 _FCNTL_RESET_CACHE _FcntlOpcode = 42
228+ _FCNTL_NULL_IO _FcntlOpcode = 43
228229)
229230
230231// https://sqlite.org/c3ref/c_shm_exclusive.html
You can’t perform that action at this time.
0 commit comments