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/10/10 06:41:58 UTC

[GitHub] [shardingsphere] ReyYang opened a new issue, #14769: An error is reported when PostgreSQL money type queries large numbers

ReyYang opened a new issue, #14769:
URL: https://github.com/apache/shardingsphere/issues/14769

   ### Which version of ShardingSphere did you use?
   master branch
   PostgreSQL 14
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   ### Expected behavior
   return correct result
   ### Actual behavior
   return error
   ### Reason analyze (If you can)
   The money field in PostgreSQL is detected with ’ , ‘
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
   1、create table
   ``` sql
   create table table_mix
   (
       id       bigint primary key ,
       shard_id bigint not null,
       t_money  money  null
   );
   ```
   2、insert datas
   ```sql
   insert into table_mix (id, shard_id, t_money)
   values (1, 2, 9999999);
   ```
   3、error
   ```shell
   sharding_db=> select * from table_mix;
   ERROR:  不良的类型值 double : 9,999,999.00
   ```
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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.apache.org

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


[GitHub] [shardingsphere] github-actions[bot] closed issue #14769: An error is reported when PostgreSQL money type queries large numbers

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #14769: An error is reported when PostgreSQL money type queries large numbers
URL: https://github.com/apache/shardingsphere/issues/14769


-- 
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


Re: [I] An error is reported when PostgreSQL money type queries large numbers [shardingsphere]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #14769:
URL: https://github.com/apache/shardingsphere/issues/14769#issuecomment-2026021629

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


-- 
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] github-actions[bot] commented on issue #14769: An error is reported when PostgreSQL money type queries large numbers

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14769:
URL: https://github.com/apache/shardingsphere/issues/14769#issuecomment-1272350434

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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