Skip to content

Commit

Permalink
Quote schema name just in case #3909
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa de la Torre committed Jun 5, 2015
1 parent 7d285bb commit fd84582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/table-geocoder/lib/internal_geocoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def drop_temp_table
end # drop_temp_table

def temp_table_name
@temp_table_name ||= "#{@table_schema}.internal_geocoding_#{Time.now.to_i}"
@temp_table_name ||= %Q{"#{@table_schema}".internal_geocoding_#{Time.now.to_i}}
end # temp_table_name

def add_georef_status_column
Expand Down

0 comments on commit fd84582

Please sign in to comment.