Skip to content

Commit

Permalink
initialize_type_map fix
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
thibaudgg committed Feb 21, 2020
1 parent 744bed7 commit 0dea53f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ def spatial_column_info(table_name)
end

def initialize_type_map(map = type_map)
super

%w(
geography
geometry
Expand All @@ -102,6 +100,8 @@ def initialize_type_map(map = type_map)
OID::Spatial.new(oid, sql_type)
end
end

super
end
end
end
Expand Down

0 comments on commit 0dea53f

Please sign in to comment.