* bug fixes
* updated test configuration, added more tests
* added ability to retrieve comments on columns
* updated collections.orderedDict
- added support for index(), insert() and __delitem__()
* changed output of database options
- CHARSET is now CHARACTER SET
- <key> <value> is now <key>=<value>
* newlines and multiple spaces removed from table.create() string
* Changed DatabaseConnection to explicitly require a call to connect()
* backported to work with python 2.4
* schema name dropped from table.alter() and table.drop() to be consistent with table.create()