Skip to content

Commit

Permalink
Add missing consts.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Feb 11, 2025
1 parent 2a78d4b commit 9b4002f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion const.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,10 @@ const (
DBCONFIG_TRUSTED_SCHEMA DBConfig = 1017
DBCONFIG_STMT_SCANSTATUS DBConfig = 1018
DBCONFIG_REVERSE_SCANORDER DBConfig = 1019
// DBCONFIG_MAX DBConfig = 1019
DBCONFIG_ENABLE_ATTACH_CREATE DBConfig = 1020
DBCONFIG_ENABLE_ATTACH_WRITE DBConfig = 1021
DBCONFIG_ENABLE_COMMENTS DBConfig = 1022
// DBCONFIG_MAX DBConfig = 1022
)

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

0 comments on commit 9b4002f

Please sign in to comment.