Hello, All.

   When Firebird looks for free id for a new object it does not recognize which 
unique 
constraint is violated. As the result, following script takes quite much time 
before 
showing error:

create database "test";
create or alter sequence aaa start with 1000;
set autoddl off;
create or alter sequence aaa start with 10;

   Is it a but or just a room for improvement?

-- 
   WBR, SD.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to