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 f914822 commit 15ec1d9Copy full SHA for 15ec1d9
backend/src/apiserver/client/sql.go
@@ -22,11 +22,9 @@ import (
22
)
23
24
const (
25
- MYSQL_TEXT_FORMAT string = "longtext not null"
26
- MYSQL_TEXT_FORMAT_NULL string = "longtext"
27
- MYSQL_EXIST_ERROR string = "database exists"
+ //nolint:staticcheck // allow legacy ALL_CAPS constant name
+ MYSQL_EXIST_ERROR string = "database exists"
28
29
- PGX_TEXT_FORMAT string = "text"
30
PGX_EXIST_ERROR string = "already exists"
31
32
0 commit comments