From a091a270c343438383d047751aff024c3fd6abf7 Mon Sep 17 00:00:00 2001 From: Alex Kasko Date: Wed, 8 May 2024 17:13:31 +0100 Subject: [PATCH] Add a note on TestDecimal failure Signed-off-by: Alex Kasko --- test/JDBC/jtds_jdbc_schedule | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/JDBC/jtds_jdbc_schedule b/test/JDBC/jtds_jdbc_schedule index bce4f0e2eea..88cc9d56cab 100644 --- a/test/JDBC/jtds_jdbc_schedule +++ b/test/JDBC/jtds_jdbc_schedule @@ -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