For blob columns that does not have size specified use MAX #1716

Open
opened 2020-06-17 14:23:54 +00:00 by lafriks · 0 comments
Contributor

Currently it will default to 50 for MSSQL while for others there won't be any sucn limit for blobs so it is inconsistent. It shoud add "(MAX)" like for text type
https://gitea.com/xorm/xorm/src/branch/master/dialects/mssql.go#L246

Currently it will default to 50 for MSSQL while for others there won't be any sucn limit for blobs so it is inconsistent. It shoud add `"(MAX)"` like for text type https://gitea.com/xorm/xorm/src/branch/master/dialects/mssql.go#L246
lafriks added the
db
sqlserver
label 2020-06-17 14:23:54 +00:00
lunny added the
kind
enhancement
label 2020-06-18 01:38:12 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 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#1716
No description provided.