Ejemplo n.º 1
0
 public static Exception SqlIsNotAvailable(TarantoolVersion version)
 {
     return(new InvalidOperationException($"Can't use sql on '{version}' of tarantool. Upgrade to 1.8 (prefer latest one)."));
 }
Ejemplo n.º 2
0
 public static Exception CantCompareBuilds(TarantoolVersion left, TarantoolVersion right)
 {
     return(new InvalidOperationException($"Versions '{left}' and '{right}' differs only by commit hash, can't compare them."));
 }