-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
earlbread/r2dbc-postgresql
#1Labels
type: enhancementA general enhancementA general enhancement
Milestone
Description
Feature Request
PostGIS have support to define a generic geometry type for fields that can contains points, polygons, etc. and this kind of field is supported in Postgres JDBC version using an abstract class that specific ones can inherit.
Can we have some similar behavior in r2dbc one? I.e.- Declaring a field in a POJO of type Geometry (abstract) and when it is recovered from database from a table field of type geometry it is mapped to a specific type (Point, Polygon, etc.)
As I see specific ones support are added (0.8.5 version), maybe it's not very difficult to add this enhancement to driver
Thanks!
pacbeckh
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement