Skip to content

Commit 8f23464

Browse files
committed
Merge branch 'zachmu/project-iters' of github.com:dolthub/go-mysql-server into zachmu/project-iters
2 parents b7fdb1f + 99e1fed commit 8f23464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ func GeneralizeTypes(a, b sql.Type) sql.Type {
716716
if IsNumber(a) && IsNumber(b) {
717717
return generalizeNumberTypes(a, b)
718718
}
719-
719+
720720
if IsText(a) && IsText(b) {
721721
sta := a.(sql.StringType)
722722
stb := b.(sql.StringType)

0 commit comments

Comments
 (0)