first of all thank you for this great software and keep up the good work!
I think I found two MySQL relted bugs to discuss

1.)
The "Data" view and also the "SQL Editor" view shows a "DATE" field with the value '0000-00-00' as [NULL] wich is IMHO incorrect. '0000-00-00' is a value so it isn't NULL. Same behavior by exporting the resultset.
2.)
The result view of the "SQL Editor" shows a "TINYINT" field as "true/false". TINYINT itself has a range from -127 to +127, so it isn't a boolean

(Version 2.0.6)
Greetz
Jan