refactor/mssql: change default sizing of binary columns to max when length is not defined #1487

Closed
sapk wants to merge 4 commits from master into master
First-time contributor

I have gone with the first suggestion in #1484

I will try to do another PR later for MAX -> -1 -> MAX but I didn't have all the insight on xorm and core to do it directly.

I have gone with the first suggestion in https://gitea.com/xorm/xorm/issues/1484 I will try to do another PR later for MAX -> -1 -> MAX but I didn't have all the insight on xorm and core to do it directly.
lunny requested changes 2019-12-02 01:11:32 +00:00
Dismissed
lunny left a comment
Owner

That's why ci failed.

That's why ci failed.
types_test.go Outdated
@ -102,0 +104,4 @@
func TestGetBytesMax(t *testing.T) {
assert.NoError(t, prepareEngine())
type Varbinary struct {
Owner

Please use different struct name.

Please use different struct name.
Author
First-time contributor

done

done
lunny added the
kind
bug
label 2019-12-02 01:11:40 +00:00
lunny added this to the 0.8.2 milestone 2019-12-02 01:11:47 +00:00
Author
First-time contributor

@lunny Can you restart CI build ?
It seems to have failed for an unrelated isssue:

fatal: unable to access 'https://github.com/go-sql-driver/mysql/': Failed to connect to github.com port 443: Connection timed out
@lunny Can you restart CI build ? It seems to have failed for an unrelated isssue: ``` fatal: unable to access 'https://github.com/go-sql-driver/mysql/': Failed to connect to github.com port 443: Connection timed out ```
Owner

Someting wrong of the CI. I will check what's the problem.

Someting wrong of the CI. I will check what's the problem.
Owner

Something wrong with the CI.

Something wrong with the CI.
lunny modified the milestone from 0.8.2 to 1.3.0 2020-01-20 05:57:20 +00:00
lunny referenced this issue from a commit 2021-06-06 12:48:47 +00:00
lunny closed this pull request 2021-06-06 12:49:27 +00:00
lunny removed this from the 1.3.0 milestone 2021-06-06 13:05:59 +00:00
Some checks failed
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.