You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running current test-suite on a computer with a configuration where the point is not the decimal separator, the following test is failing:
DuckDB.NET.Test.Parameters.DecimalParameterTests.InsertSelectValueTest
Source: DecimalParameterTest.cs line 39
Duration: 7 ms
Message:
DuckDB.NET.Data.DuckDBException : Conversion Error: Could not convert string "0,5" to DECIMAL(38,15)
Stack Trace:
PreparedStatement.Execute(DuckDBParameterCollection parameterCollection) line 67
DuckDbCommand.ExecuteNonQuery() line 68
DecimalParameterTests.<InsertSelectValueTest>g__DecimalTests|1_0(Decimal[] values, Int32 precision, Int32 scale, <>c__DisplayClass1_0& ) line 72
DecimalParameterTests.InsertSelectValueTest() line 45
Also the test DecimalParameterTests.SimpleTest is sensitive to culture.
The text was updated successfully, but these errors were encountered:
When running current test-suite on a computer with a configuration where the point is not the decimal separator, the following test is failing:
Also the test
DecimalParameterTests.SimpleTest
is sensitive to culture.The text was updated successfully, but these errors were encountered: