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 1ed44af commit c24cf80Copy full SHA for c24cf80
sql/analyzer/fix_exec_indexes.go
@@ -160,7 +160,7 @@ type idxScope struct {
160
ids []sql.ColumnId
161
columns []string
162
// Columns added from AddColumn are not included in the ResolvedTable yet. For columns that are added with a
163
- // constraint, we need to add the new columns to the scope so CreateConstraint gets the right exec index
+ // constraint, we need to add the new columns to the scope so CreateCheck gets the right exec index
164
addedColumns sql.Schema
165
children []sql.Node
166
expressions []sql.Expression
0 commit comments