feature/MS SQL: The size (5000) given to the parameter 'parameters' exceeds the maximum allowed (4000)

This commit is contained in:
Marko Milić 2020-06-21 14:06:27 +02:00
parent 410c4fed76
commit e8a63e3758

View File

@ -81,7 +81,7 @@ class MethodRouting extends MethodRoutingT with LongKeyedMapper[MethodRouting] w
}
object IsBankIdExactMatch extends MappedBoolean(this)
object ConnectorName extends MappedString(this, 255)
object Parameters extends MappedString(this, 5000)
object Parameters extends MappedText(this)
override def methodRoutingId: Option[String] = Option(MethodRoutingId.get)
override def methodName: String = MethodName.get