0

The question is pretty simple. Basically I have a table which has a column of type POINT. When creating the type mapping in slick, which class should I use to map that column type?

caeus
  • 3,084
  • 1
  • 22
  • 36

1 Answers1

0

These are not currently supported with an existing mapping. See the section in the manual for the list of currently-supported types.

You could try following the instructions on creating a custom mapping, but I'm not really sure how to go about it given that there isn't a JDBC class for POINT.

jkinkead
  • 4,101
  • 21
  • 33