eaigner / hood

Database agnostic ORM for Go
MIT License
710 stars 52 forks source link

Mysql dialect #25

Closed coocood closed 11 years ago

coocood commented 11 years ago

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.