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

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

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.


