You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/26 06:39:00 UTC

[GitHub] [shardingsphere] dissdic opened a new issue #15084: biginteger = character varying ?

dissdic opened a new issue #15084:
URL: https://github.com/apache/shardingsphere/issues/15084


   a table with id column which is primary key of this table.and the type of the primary key is bigInteger.
   we use spring-jdbc as the frame for data interaction with PostgreSql.
   when executing a sql in the form of "select ... from table where id  = ?" with the statement paramters present as "id ="123456""
   then the executor of the shardingsphere PreparedStatement will throw the error:biginteger = character varying...
   through i get what this mean,after changing the type of id column to varchar ,execution passed . but still can't figure out how to deal with it without changing the type of id column.
   so what should i do with this error? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] terrymanu commented on issue #15084: biginteger = character varying ?

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #15084:
URL: https://github.com/apache/shardingsphere/issues/15084#issuecomment-1046037314


   I just set it as `invalid` because of closed by author without any reason.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] dissdic closed issue #15084: biginteger = character varying ?

Posted by GitBox <gi...@apache.org>.
dissdic closed issue #15084:
URL: https://github.com/apache/shardingsphere/issues/15084


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org