MySQL cast expressions.
This commit is contained in:
parent
fcce8d4262
commit
53dbcd9bfc
41 changed files with 1136 additions and 684 deletions
|
|
@ -6,6 +6,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
Default = MySQL
|
||||
PostgreSQL = newPostgresDialect()
|
||||
MySQL = newMySQLDialect()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue