gv-collibris

Results 6 comments of gv-collibris

Hi, Thanks for your reply. [Here](https://github.com/gv-collibris/pyodbc-mre-issue-753) is a minimal reproducible example. Cheers

yeah, I've seen that too I struggled a bit to reproduced the issue I have no idea how the use of a package can be different from a script...

My (uneducated) guess is that the creation of a `Decimal` uses somehow the Python locale. As we receive 18.900000 from the DB, and as `,` is the decimal delimiter in...

Instance language: us_english Database collation: SQL_Latin1_General_CP1_CI_AS

I used an other workaround: I round and cast to integer, then divide by 100 in the Python code. It's not particularly an issue, but it is a weird surprise...

same error with NumSharp 0.30.0, with `np.sum(NDArray[])`