;; using OpenBSD 5.5 ;; freeTDS 0.92.79 -- testing type unparsing ------------------------------------------------ String values are written correctly (broken in FreeTDS <= 0.82) .. [ FAIL] expected (("one" "testing" "")) but got (("one" "testing" " ")) (result-values (send-query connection "SELECT ?, ?, ?" "one" "testing" "")) Integer values are written correctly ............................. [ PASS] Float values are written correctly ............................... [ PASS] Datetime values are written correctly ............................ [ PASS] NULL values are written correctly ................................ [ PASS] 5 tests completed in 0.006 seconds. 1 failure (20.0%). 4 out of 5 (80.0%) tests passed. -- done testing type unparsing ------------------------------------------- -- testing misc ---------------------------------------------------------- Call-with-result-set works the way it should ..................... [ PASS] Error for invalid SQL ............................................ [ PASS] 2 tests completed in 0.003 seconds. 2 out of 2 (100%) tests passed. -- done testing misc ----------------------------------------------------- -- testing high-level interface ------------------------------------------ row-fold ......................................................... [ PASS] column-fold ...................................................... [ PASS] row-fold-right ................................................... [ PASS] column-fold-right ................................................ [ PASS] row-for-each ..................................................... [ PASS] column-for-each .................................................. [ PASS] row-map .......................................................... [ PASS] column-map ....................................................... [ PASS] 8 tests completed in 0.012 seconds. 8 out of 8 (100%) tests passed. -- done testing high-level interface ------------------------------------- 6 subgroups completed in 0.117 seconds. 5 out of 6 (83.3%) subgroups passed. -- done testing FreeTDS ------------------------------------------------------