Coder Social home page Coder Social logo

jooq-postgis-spatial's People

Contributors

dependabot[bot] avatar dmitry-zhuravlev avatar oshai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jooq-postgis-spatial's Issues

Using PostGIS Geometry types

When using PostGIS geometry types and storing a record it serializes the Point type incorrectly.
$10::geometry gets as parameter "(50.501899 10.963963)" instead of "Point(50.501899 10.963963)". Insert fails with an error ERROR: invalid input syntax for type point.

Column definition:

gps
    geometry
    not null

Record usage:

val record = dsl.newRecord(Tables.TABLE_WITH_GPS)
record.gps = org.postgis.Point(50.501899, 10.963963)
record.insert() // This throws an error

Please change Maven groupId and packages

First off, thank you very much for your contribution. I've just found this on Google while looking into solving an issue related to jOOQ's code generation for PostGIS types: jOOQ/jOOQ#5872

Unfortunately, I need to ask you to rename your work's namespaces. We own the domain org.jooq and registered the jOOQ trademark. Your usage of the org.jooq groupId Java package prefix is against our trademark policies, mostly because we do not want people to think that this third-party work is ours or that we endorse using it.

The easiest solution would be to rename things to your personal name.

Thank you very much for your understanding.

<customType/> deprecated

It seems, that <customType/> is deprecated for a while now: jOOQ/jOOQ#7373

I guess the instructions for this plugin should be modified for the latest JOOQ version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.