Added test info and methods, test passed, as mysql do not accept default value for ‘text' type, so on 'DoTestCreateTable' method, I changed the type from string to VarChar.
By the way, I dropped RegisterDialect on init, so the dialect will not be binded to a particular driver.
Added test info and methods, test passed, as mysql do not accept default value for ‘text' type, so on 'DoTestCreateTable' method, I changed the type from string to VarChar.
By the way, I dropped RegisterDialect on init, so the dialect will not be binded to a particular driver.