Skip to content

Commit dbb3730

Browse files
committed
Merge 'Make DESC a ColumnOrder, not a bool' (#1597)
2 parents d73e6b1 + c434961 commit dbb3730

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ Maxim Vladimirskiy <[email protected]>
125125
Bogdan-Ciprian Rusu <[email protected]>
126126
127127
Krishna Vadali <[email protected]>
128+
Jens-W. Schicke-Uffmann <[email protected]>

metadata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type ColumnOrder bool
133133

134134
const (
135135
ASC ColumnOrder = false
136-
DESC = true
136+
DESC ColumnOrder = true
137137
)
138138

139139
type ColumnIndexMetadata struct {

0 commit comments

Comments
 (0)