Compound ALTER TABLE statement with ADD and DROP the same check constraint fails
--------------------------------------------------------------------------------
Key: CORE-4947
URL: http://tracker.firebirdsql.org/browse/CORE-4947
Project: Firebird Core
Issue Type: Bug
Components: Engine
Affects Versions: 3.0 Beta 2
Reporter: Adriano dos Santos Fernandes
This is a simplified version of CORE-4878 that affects v3.
recreate table t(x int not null);
alter table t
add constraint cx check(x > 0),
drop constraint cx;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel