Skip to content
#

activerecord

Here are 961 public repositories matching this topic...

keithdoggett
keithdoggett commented Mar 4, 2021

In order to determine the properties of a geometry column, the OID::Spatial#parse_sql_type method is called in the SchemaStatements#initialize_type_map method for geometry types. This method parses a sql_type (ex. "geometry(Polygon,4326)") and derives the geo_type, srid, has_z, has_m, and geographic properties from the string.

The problem is that after a join, sql_type comes i

Improve this page

Add a description, image, and links to the activerecord topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activerecord topic, visit your repo's landing page and select "manage topics."

Learn more