Skip to content

Commit a9f33cc

Browse files
committed
New constants.
1 parent f025ffb commit a9f33cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

const.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

vfs/const.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)