Обсуждение: Constraint check that crashes backend...

Поиск
Список
Период
Сортировка

Constraint check that crashes backend...

От
Mike Meyer
Дата:
Here's a simple constraint check that crashes the 6.4 backend.

Fixes [rattling tin cup]?
Thanx,<mike

create table splatter (       a       int,       b       int,       check (not (a is null and b is null))