We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a78d4b commit 9b4002fCopy full SHA for 9b4002f
const.go
@@ -259,7 +259,10 @@ const (
259
DBCONFIG_TRUSTED_SCHEMA DBConfig = 1017
260
DBCONFIG_STMT_SCANSTATUS DBConfig = 1018
261
DBCONFIG_REVERSE_SCANORDER DBConfig = 1019
262
- // DBCONFIG_MAX DBConfig = 1019
+ DBCONFIG_ENABLE_ATTACH_CREATE DBConfig = 1020
263
+ DBCONFIG_ENABLE_ATTACH_WRITE DBConfig = 1021
264
+ DBCONFIG_ENABLE_COMMENTS DBConfig = 1022
265
+ // DBCONFIG_MAX DBConfig = 1022
266
)
267
268
// FcntlOpcode are the available opcodes for [Conn.FileControl].
0 commit comments