Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Support for postgis geometry parent type #483

Copy link
Copy link
@javieronsurbe

Description

@javieronsurbe
Issue body actions

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.