Skip to content

Commit

Permalink
Increase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Sep 26, 2024
1 parent e99956e commit ef7ecba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/mssql/dialect/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (MSSQLDialect) BuildAlterColumnQuery(tableID sql.TableIdentifier, columnOp
}

func (MSSQLDialect) BuildIncreaseStringPrecisionQuery(tableID sql.TableIdentifier, column columns.Column, newPrecision int32) string {
// TODO: Implement this
return ""
}

Expand Down

0 comments on commit ef7ecba

Please sign in to comment.