Hi,
I had diffculties in getting decimal values from SQL-Server when using adodbapi v2.2.6. ( python 2.5.4).
I got decimals with , (comma) as the separator ( Finnish locale I suppose ). and they
I noticed that in the code there was allready something in place for these issues ( if TypeError or ValueError is caught substitute commas with points ).
decimal.InvalidOperation however was not...