fix test
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
72bfadeefd
commit
9278b05d7e
|
@ -290,13 +290,11 @@ func TestGetColumnsComment(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestGetColumnsLength(t *testing.T) {
|
||||
var max_length int
|
||||
var max_length int64
|
||||
switch testEngine.Dialect().URI().DBType {
|
||||
case
|
||||
schemas.POSTGRES:
|
||||
case schemas.POSTGRES:
|
||||
max_length = 0
|
||||
case
|
||||
schemas.MYSQL:
|
||||
case schemas.MYSQL:
|
||||
max_length = 65535
|
||||
default:
|
||||
t.Skip()
|
||||
|
|
Loading…
Reference in New Issue