Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit 2cc25e1

Browse files
author
AllenInstitute
committed
Fixing error
1 parent 9ef0ffd commit 2cc25e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/etl/control/source/database_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def query
176176
return @query if @query
177177
q = ''
178178
q << "#{with}" if with
179-
q = "SELECT #{select} FROM #{@table}"
179+
q << "SELECT #{select} FROM #{@table}"
180180
q << " #{join}" if join
181181

182182
conditions = []

0 commit comments

Comments
 (0)