File tree Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Expand file tree Collapse file tree 3 files changed +28
-5
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/pkg/sql/lexbase/encode.go b/pkg/sql/lexbase/encode.go
2
+ index 47b9a37..4f7bc03 100644
3
+ --- a/pkg/sql/lexbase/encode.go
4
+ +++ b/pkg/sql/lexbase/encode.go
5
+ @@ -46,14 +46,14 @@ const (
6
+ // without wrapping quotes.
7
+ EncBareReservedKeywords
8
+
9
+ - // EncFirstFreeFlagBit needs to remain unused; it is used as base
10
+ - // bit offset for tree.FmtFlags.
11
+ - EncFirstFreeFlagBit
12
+ -
13
+ // EncAlwaysQuoted makes sure the string is always wrapped with quotes.
14
+ // This is used only to construct a statement against Oracle source,
15
+ // as Oracle is case insensitive if object name is not quoted.
16
+ EncAlwaysQuoted
17
+ +
18
+ + // EncFirstFreeFlagBit needs to remain unused; it is used as base
19
+ + // bit offset for tree.FmtFlags.
20
+ + EncFirstFreeFlagBit
21
+ )
22
+
23
+ // EncodeRestrictedSQLIdent writes the identifier in s to buf. The
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ const (
46
46
// without wrapping quotes.
47
47
EncBareReservedKeywords
48
48
49
- // EncFirstFreeFlagBit needs to remain unused; it is used as base
50
- // bit offset for tree.FmtFlags.
51
- EncFirstFreeFlagBit
52
-
53
49
// EncAlwaysQuoted makes sure the string is always wrapped with quotes.
54
50
// This is used only to construct a statement against Oracle source,
55
51
// as Oracle is case insensitive if object name is not quoted.
56
52
EncAlwaysQuoted
53
+
54
+ // EncFirstFreeFlagBit needs to remain unused; it is used as base
55
+ // bit offset for tree.FmtFlags.
56
+ EncFirstFreeFlagBit
57
57
)
58
58
59
59
// EncodeRestrictedSQLIdent writes the identifier in s to buf. The
Original file line number Diff line number Diff line change 1
- 259c8a573eb2ba28643ffd55ee3bf6a438198c04
1
+ 4822ed2001ffba40aa96839344ffffad92020a2e
You can’t perform that action at this time.
0 commit comments