MySQL select statement tests.
This commit is contained in:
parent
449cd9fd8f
commit
6af43f0c46
22 changed files with 65812 additions and 47193 deletions
|
|
@ -33,7 +33,7 @@ func newMySQLDialect() Dialect {
|
|||
mySQLDialect.SerializeOverrides["#"] = mysql_BIT_XOR
|
||||
|
||||
mySQLDialect.AliasQuoteChar = '"'
|
||||
mySQLDialect.IdentifierQuoteChar = '"'
|
||||
mySQLDialect.IdentifierQuoteChar = '`'
|
||||
mySQLDialect.ArgumentPlaceholder = func(int) string {
|
||||
return "?"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue