Skip to content

Commit

Permalink
Add a note on TestDecimal failure
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kasko <[email protected]>
  • Loading branch information
staticlibs committed May 8, 2024
1 parent d444237 commit a091a27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/JDBC/jtds_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ TestSmallInt
TestTinyInt
TestBigInt
TestBIT
# Failure: discrepancy in jTDS behaviour between MSSQL and Babelfish
# Failure: when 123.456 is inserted into decimal(5,2) column, Babelfish inserts
# 123.46 with MSJDBC and 123.456 with jTDS, root cause is currently unclear,
# received numeric data looks exactly the same with both MSJDBC and jTDS, parameter
# set RPC calls look different though.
# TestDecimal
TestNumeric
TestMoney
Expand Down

0 comments on commit a091a27

Please sign in to comment.