Closed cdmikechen closed 3 months ago
@cdmikechen Do we need to add setGeometry
method such like setInt
or setString
etc.?
@cdmikechen Do we need to add
setGeometry
method such likesetInt
orsetString
etc.?
I don't think setGeometry is a standard interface method for jdbc, and other databases such as mysql don't deal with it, they all just return byte[]. For example, the json type is not given a separate method to handle in most cases.
Issue link: https://github.com/datafuselabs/databend-jdbc/issues/240