cfwheels / cfwheels

An open source ColdFusion framework inspired by Ruby on Rails.
https://cfwheels.org/
Apache License 2.0
200 stars 104 forks source link

Enhacement for adding spacial datatypes #1370

Open zainforbjs opened 11 months ago

zainforbjs commented 11 months ago

Currently the spacial datatypes are not properly handled in cfwheels. This includes added extensions to your DBMS i.e., PostGIS

Cfwheels should automatically map to appropriate methods for the spacial types depending upon the exact type of the field.

Ref: #1270