We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151336c commit 6957be4Copy full SHA for 6957be4
1 file changed
ast/misc.go
@@ -63,11 +63,12 @@ const (
63
RepeatableRead = "REPEATABLE-READ"
64
65
// Valid formats for explain statement.
66
- ExplainFormatROW = "row"
67
- ExplainFormatDOT = "dot"
68
- ExplainFormatHint = "hint"
69
- PumpType = "PUMP"
70
- DrainerType = "DRAINER"
+ ExplainFormatROW = "row"
+ ExplainFormatDOT = "dot"
+ ExplainFormatHint = "hint"
+ ExplainFormatTrace = "opt_trace"
+ PumpType = "PUMP"
71
+ DrainerType = "DRAINER"
72
)
73
74
// Transaction mode constants.
0 commit comments