t0009 test failed.

Tom Coleman tcoleman at autowares.com
Fri May 12 15:50:53 EDT 2000



Just because t0009 "works" with SQL Server doesn't necessarily mean that
the test code is correct.

CHAR and VARCHAR are different types.

strcmp() will never correctly equate a properly-created three-character
varchar field with a six-character space-padded field.

Sybase creates the varchar field correctly, and the test fails.

Ambiguous tests don't prove anything.






More information about the FreeTDS mailing list