Constraint check that crashes backend...

Started by Mike Meyerover 27 years ago1 messageshackers
Jump to latest
#1Mike Meyer
mwm@phone.net

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))