This commit is contained in:
Lunny Xiao 2021-07-06 16:45:18 +08:00
parent 0f9de013a7
commit 71ea7bf21e
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 0 additions and 6 deletions

View File

@ -671,12 +671,6 @@ func (p *mysqlDriver) Parse(driverName, dataSourceName string) (*URI, error) {
return uri, nil
}
func (b *mysqlDriver) Features() DriverFeatures {
return DriverFeatures{
SupportNullable: false,
}
}
func (p *mysqlDriver) GenScanResult(colType string) (interface{}, error) {
switch colType {
case "CHAR", "VARCHAR", "TINYTEXT", "TEXT", "MEDIUMTEXT", "LONGTEXT", "ENUM", "SET":