Skip to content

Commit 9bae871

Browse files
Update select.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2158ba5 commit 9bae871

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

select.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ func (sb *SelectBuilder) BuildWithFlavor(flavor Flavor, initialArg ...interface{
519519
}
520520

521521
case Oracle:
522-
// It's required to make OFFSET...FETCH work.
523522
if len(sb.offsetVar) > 0 {
524523
buf.WriteLeadingString("OFFSET ")
525524
buf.WriteString(sb.offsetVar)

0 commit comments

Comments
 (0)