diff --git a/test/JDBC/input/BABEL-3514.mix b/test/JDBC/input/BABEL-3514.mix index c4d0d03425..615e9b7dde 100644 --- a/test/JDBC/input/BABEL-3514.mix +++ b/test/JDBC/input/BABEL-3514.mix @@ -1,6 +1,7 @@ -- psql select - cast(case when cast(sys.SERVERPROPERTY('BabelfishVersion') as varchar(20)) LIKE '_._._' + cast(case when (cast(sys.SERVERPROPERTY('BabelfishVersion') as varchar(20)) LIKE '_._._' OR + cast(sys.SERVERPROPERTY('BabelfishVersion') as varchar(20)) LIKE '_.__._' ) THEN 'valid babelfish version' else 'invalid babelfish version' end as text); GO \ No newline at end of file