We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sharding proxy version https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/apache-shardingsphere-incubating-4.0.0-RC1-sharding-proxy-bin.tar.gz
(1) create table tbname1 (id int primary key,key_price decimal(16,2) DEFAULT NULL);
(2) mysql> INSERT INTO tbname1 VALUES (1,13.00); ERROR 10002 (C1000): 2Unknown exception: [For input string: "13.00"]
thanks
The text was updated successfully, but these errors were encountered:
it could not convert double string value to number, it must convert to double
Sorry, something went wrong.
apache#2211 bug fixs and add test case
7e1e7f5
apache#2211 bug fixs
e0838fb
Merge pull request #2216 from codefairy08/dev_bug_fixs_2211
de98230
#2211 bug fixs and add test case
tuohai666
codefairy08
No branches or pull requests
sharding proxy version
https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/apache-shardingsphere-incubating-4.0.0-RC1-sharding-proxy-bin.tar.gz
(1)
create table tbname1 (id int primary key,key_price decimal(16,2) DEFAULT NULL);
(2)
mysql> INSERT INTO tbname1 VALUES (1,13.00);
ERROR 10002 (C1000): 2Unknown exception: [For input string: "13.00"]
thanks
The text was updated successfully, but these errors were encountered: