Skip to content

Commit

Permalink
Add debug output for geometry column limit in ddl_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff.dean committed Mar 4, 2025
1 parent 5ddf0f3 commit 8140ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ddl_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ def test_create_geometry_using_shortcut_with_srid
end
klass.reset_column_information
col = klass.columns.last
puts col.limit
assert_equal RGeo::Feature::Geometry, col.geometric_type
if klass.connection.supports_index_sort_order?
assert_equal({ type: "geometry", srid: 4326 }, col.limit)
Expand Down

0 comments on commit 8140ff2

Please sign in to comment.