File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ type MatchAgainst struct {
4444 RowCountTable sql.IndexAddressableTable
4545
4646 Expr sql.Expression
47-
47+
4848 evaluatedString string
4949 Columns []sql.Expression
5050 KeyCols fulltext.KeyColumns
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type CreateIndex struct {
4040 Table sql.Node
4141 Catalog sql.Catalog
4242 Config map [string ]string
43-
43+
4444 Name string
4545 Driver string
4646 CurrentDatabase string
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ type PasswordOptions struct {
8888 ReuseInterval * int64
8989 FailedAttempts * int64
9090 LockTime * int64
91-
91+
9292 RequireCurrentOptional bool
9393}
9494
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ type InsertInto struct {
6363 Destination sql.Node
6464 Source sql.Node
6565 DeferredDefaults sql.FastIntSet
66-
66+
6767 ColumnNames []string
6868
6969 checks sql.CheckConstraints
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ type Procedure struct {
8484 Definer string
8585 Comment string
8686 CreateProcedureString string
87-
87+
8888 Params []ProcedureParam
8989 Characteristics []Characteristic
9090 Ops []* procedures.InterpreterOperation
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ type RecursiveCte struct {
5050
5151 name string
5252 ColumnNames []string
53-
53+
5454 schema sql.Schema
5555 id sql.TableId
5656}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type Subquery struct {
3434 hashCache sql.KeyValueCache
3535 b sql.NodeExecBuilder
3636 disposeFunc sql.DisposeFunc
37-
37+
3838 QueryString string
3939
4040 cache []interface {}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525type TableEditorIter struct {
2626 inner sql.RowIter
2727 errorEncountered error
28-
28+
2929 once * sync.Once
3030 onceCtx * sql.Context
3131 openerClosers []sql.EditOpenerCloser
You can’t perform that action at this time.
0 commit comments