Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Teng <[email protected]>
  • Loading branch information
Jason Teng committed Jun 13, 2024
1 parent 0a3231a commit d570548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/JDBC/input/BABEL-3514.mix
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d570548

Please sign in to comment.