Default blob size for MSSQL is very small #1958

Closed
opened 2021-06-26 21:00:55 +00:00 by zeripath · 1 comment
Contributor

There's a strange inconsistency in mssql.go whereby an unsized BLOB will get given a default max size of 50. This is in complete contrast to other dbs.

I suspect this should simply be (MAX) if it's not set.

There's a strange inconsistency in mssql.go whereby an unsized BLOB will get given a default max size of 50. This is in complete contrast to other dbs. I suspect this should simply be (MAX) if it's not set.
lunny added the
kind
bug
label 2021-06-27 03:13:30 +00:00
Owner

Should be fixed by #1959

Should be fixed by #1959
lunny closed this issue 2021-07-29 04:52:27 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1958
No description provided.