Skip to content

Commit

Permalink
Removed leading whitespace truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wihl committed Jan 12, 2024
1 parent 183d01e commit afea1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source-mysql-batch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ const tableQueryTemplateTemplate = `{{/*****************************************
{{$k}} > @flow_cursor_value[{{$i}}]
{{- end -}}
)
{{- end -}}
ORDER BY {{range $i, $k := $.CursorFields}}{{if gt $i 0}}, {{end}}{{$k}}{{end -}};
{{- end}}
ORDER BY {{range $i, $k := $.CursorFields}}{{if gt $i 0}}, {{end}}{{$k}}{{end -}};
{{- else -}}
SELECT * FROM %[1]s;
{{- end}}`
Expand Down

0 comments on commit afea1fc

Please sign in to comment.