CHARACTER SET AND COLLATE omitted from column definition if same as parent Table.
Fixed Column definition syntax (ordering of attributes)
bug fixes
updated test configuration, added more tests
added ability to retrieve comments on columns
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()