Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.1, 3.5.0
Description
create table t(i boolean, s bigint);
alter table t alter column s set default badvalue;
The code wouldn't report error on DataSource V2, not align with V1.