Recently Fixed
--------------
1. Bug under SQL 7 with large (> 512 bytes) queries.  (default block size
   is changed by the server)

Believed Fixed
--------------
1. Negative smallmoney values not working
2. ct_cancel/dbcancel doesn't work right
3. make clean doesn't do obdc or unittests directories
4. Core dump on failed login see dblib/unittests/t0001
   (return from dbproc() not checked, but should it coredump?)
5. change in dbsqlexec has broken query pending client msg under dblib
6. make dist doesn't work right.

Needs Fixing
------------
1. Text values not being handled for ctlib/dblib, tds works
   (I think dblib works, but ctlib needs work)
2. Fix formatting of dbprhead/dbprrow...its a little off
   (Anybody care?)
3. stored procedure return statuses not propagated
   (more detail?)
4. text/image does not work for row buffering under dblib.
5. Intermittant crash with PHP apache module. (Unknown marker messages
   appear in the log...working hard on this one now that I have access
   to a machine where this happens).
6. dbwritetext() and friends do not work under TDS 7.0
7. Put in check for inttypes.h and use if available
8. tds_get_*int() and tds_put_*int() should handle either endianess on any 
   platform. Breaks TDS 7.0 under big end machines.
9. code to send COL_NAME and COL_INFO tokens are not in the server stuff.

Reported but not confirmed
--------------------------
1. text values getting truncated to 255 bytes under TDS 7. (can someone
   provide more detail?)
2. Insert/Update queries reported not to work on TDS 7.
3. make distclean doesn't handle unittest directories.


