Skip to content

Commit 9b4002f

Browse files
committed
Add missing consts.
1 parent 2a78d4b commit 9b4002f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

const.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,10 @@ const (
259259
DBCONFIG_TRUSTED_SCHEMA DBConfig = 1017
260260
DBCONFIG_STMT_SCANSTATUS DBConfig = 1018
261261
DBCONFIG_REVERSE_SCANORDER DBConfig = 1019
262-
// DBCONFIG_MAX DBConfig = 1019
262+
DBCONFIG_ENABLE_ATTACH_CREATE DBConfig = 1020
263+
DBCONFIG_ENABLE_ATTACH_WRITE DBConfig = 1021
264+
DBCONFIG_ENABLE_COMMENTS DBConfig = 1022
265+
// DBCONFIG_MAX DBConfig = 1022
263266
)
264267

265268
// FcntlOpcode are the available opcodes for [Conn.FileControl].

0 commit comments

Comments
 (0)