Several MariaDB fixes; cf. #7, #8, #9, #10, #11.
Updated tests for more-recent versions of MySQL.
Adds a WHERE clause to ensure that Info is only fetching table names for user- created tables, and not views or system tables.
All column 'default' values for integer and float/double/real database types are now retained as integer and float values, instead of as strings.
Fixes issue #3 so as not to overwrite the 'primary' column information if the column is both a primary key and a foreign key in MySQL.
Recognizes UNSIGNED integer types in MySQL and reports them as part of the column information 'type' element.
Adds a new element to the column information, 'options', to list ENUM value options. The element appears for all databases, but is implemented only for MySQL.
Update docs.
Fixes PgsqlInfo::fetchAutoincSequence() method for columns with no default value (#2).
First release.