having a table with a POINT column and sending a select * statement fails with:
Caused by: scala.MatchError: 255 (of class java.lang.Integer)
at com.github.mauricio.async.db.mysql.codec.DecoderRegistry.binaryDecoderFor(DecoderRegistry.scala:37)
at com.github.mauricio.async.db.mysql.decoder.ColumnDefinitionDecoder.decode(ColumnDefinitionDecoder.scala:63)
Is there a decoder planned for geometry instances?
having a table with a POINT column and sending a select * statement fails with:
Is there a decoder planned for geometry instances?