Title: Like operator bug?
This
seems like a bug:
create
table t1(c1 varchar(20) not null)
insert
into t1(c1) values('null')
==>java.sql.SQLException: java.sql.SQLException: c1 column does not
allow nulls
Same
behavior on 3.25 and 3.26b1.
Thanks,
Eivind
Skildheim
Software
Developer
Motive
Communications, Inc
Austin, TX
USA
|