Skip to content

Commit

Permalink
Merge pull request #63346 from RaduBerinde/backport21.1-63318
Browse files Browse the repository at this point in the history
release-21.1: sqlsmith: fix RESTORE generation
  • Loading branch information
RaduBerinde authored Apr 12, 2021
2 parents d72e42d + 16a3db3 commit ab774e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/sqlsmith/bulkio.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func makeRestore(s *Smither) (tree.Statement, bool) {
From: []tree.StringOrPlaceholderOptList{{tree.NewStrVal(name)}},
AsOf: makeAsOf(s),
Options: tree.RestoreOptions{
IntoDB: tree.NewDString("into_db"),
IntoDB: tree.NewStrVal("into_db"),
},
}, true
}
Expand Down

0 comments on commit ab774e5

Please sign in to comment.