Chien-Hsiang Hsu
Chien-Hsiang Hsu
Hi @wangxiaoying, thank you for your response! Create a test table: ~~~bash psql -d postgres -c "DROP TABLE IF EXISTS test_table; CREATE TABLE test_table (key int, value numeric);" psql -d...
I see. Thank you for the help!
Hi @wangxiaoying, Thank you for the update! The error is gone in 0.3.2a. However, it converts the small number to zero, which is not ideal for me. Those numbers are...
Hi @wangxiaoying, I fully agree! A warning and documentation will be super helpful! Hopefully `rust_decimal` will soon support scientific notation calculation with small numbers. Thank you so much!