Title: I want to get a geocollection type data from mysql. · Issue #423 · jasync-sql/jasync-sql · GitHub
Open Graph Title: I want to get a geocollection type data from mysql. · Issue #423 · jasync-sql/jasync-sql
X Title: I want to get a geocollection type data from mysql. · Issue #423 · jasync-sql/jasync-sql
Description: I am using komapper and QueryDSL to import data from mysql, but if there is geo collection type data in the data, the following error occurs. java.lang.UnsupportedOperationException: An operation is not implemented: not implemenetd for 2...
Open Graph Description: I am using komapper and QueryDSL to import data from mysql, but if there is geo collection type data in the data, the following error occurs. java.lang.UnsupportedOperationException: An operation i...
X Description: I am using komapper and QueryDSL to import data from mysql, but if there is geo collection type data in the data, the following error occurs. java.lang.UnsupportedOperationException: An operation i...
Opengraph URL: https://github.com/jasync-sql/jasync-sql/issues/423
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"I want to get a geocollection type data from mysql.","articleBody":"I am using komapper and QueryDSL to import data from mysql, but if there is geo collection type data in the data, the following error occurs.\r\n\r\njava.lang.UnsupportedOperationException: An operation is not implemented: not implemenetd for 255\r\n\tat com.github.jasync.sql.db.mysql.codec.DecoderRegistry.binaryDecoderFor(DecoderRegistry.kt:110) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat com.github.jasync.sql.db.mysql.decoder.ColumnDefinitionDecoder.decode(ColumnDefinitionDecoder.kt:42) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat com.github.jasync.sql.db.mysql.codec.MySQLFrameDecoder.decodeQueryResult(MySQLFrameDecoder.kt:264) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat com.github.jasync.sql.db.mysql.codec.MySQLFrameDecoder.doDecoding(MySQLFrameDecoder.kt:192) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat com.github.jasync.sql.db.mysql.codec.MySQLFrameDecoder.handleCommonFlow(MySQLFrameDecoder.kt:181) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat com.github.jasync.sql.db.mysql.codec.MySQLFrameDecoder.decode(MySQLFrameDecoder.kt:100) ~[jasync-mysql-2.2.4.jar:na]\r\n\tat io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529) ~[netty-codec-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468) ~[netty-codec-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290) ~[netty-codec-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final]\r\n\tat io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final]\r\n\tat java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]\r\n\r\nI need to know if there is a way to handle the conversion or if this is an error.\r\n\r\nThe libraries use version 1.16.0 for komapper and 2.2.4 for jasync-sql\r\n\r\n\r\nPlease check this problem. 🙏","author":{"url":"https://github.com/gyumani","@type":"Person","name":"gyumani"},"datePublished":"2024-05-21T13:06:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/423/jasync-sql/issues/423"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:318bc488-823d-0a8f-702e-155076164cdc |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BAEC:398A3A:546BEE2:6D07DF2:697DE2F4 |
| html-safe-nonce | 80214af71b8154cd153ecbe0773bd68987e999502149ffeb40b0bba3b721a052 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQUVDOjM5OEEzQTo1NDZCRUUyOjZEMDdERjI6Njk3REUyRjQiLCJ2aXNpdG9yX2lkIjoiNDUyMjQ2ODg0NjQwMDgyNDA1MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 6d658573aa6dc6d5f57559b7174dfb42094396b4a4d2d0bc88c4e2e0dc964777 |
| hovercard-subject-tag | issue:2308267796 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/jasync-sql/jasync-sql/423/issue_layout |
| twitter:image | https://opengraph.githubassets.com/12f710cefd7f263d8f78005937d79d971943fbe1005e577d7c0541c0069d741d/jasync-sql/jasync-sql/issues/423 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/12f710cefd7f263d8f78005937d79d971943fbe1005e577d7c0541c0069d741d/jasync-sql/jasync-sql/issues/423 |
| og:image:alt | I am using komapper and QueryDSL to import data from mysql, but if there is geo collection type data in the data, the following error occurs. java.lang.UnsupportedOperationException: An operation i... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | gyumani |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| go-import | github.com/jasync-sql/jasync-sql git https://github.com/jasync-sql/jasync-sql.git |
| octolytics-dimension-user_id | 42655245 |
| octolytics-dimension-user_login | jasync-sql |
| octolytics-dimension-repository_id | 145898133 |
| octolytics-dimension-repository_nwo | jasync-sql/jasync-sql |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 145898133 |
| octolytics-dimension-repository_network_root_nwo | jasync-sql/jasync-sql |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width