mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix tests
This commit is contained in:
parent
44221139e9
commit
5d891f6c87
@ -1 +1 @@
|
||||
SELECT -2487, globalNullIn(toIntervalMinute(-88074), 'qEkek..'), [-27.537293]; -- { serverError 70 }
|
||||
SELECT -2487, globalNullIn(toIntervalMinute(-88074), 'qEkek..'), [-27.537293]; -- { serverError 53 }
|
||||
|
@ -11,7 +11,7 @@ SELECT 1 IN (1.23, '2', 2);
|
||||
SELECT '---';
|
||||
|
||||
-- it should work but it doesn't.
|
||||
SELECT 1 = '1.0'; -- { serverError 131 }
|
||||
SELECT 1 = '1.0'; -- { serverError 53 }
|
||||
SELECT '---';
|
||||
|
||||
SELECT 1 = '257';
|
||||
|
Loading…
Reference in New Issue
Block a user