06.03.2016 16:55, Dimitry Sibiryakov wrote:
 >
> I think we need DE to make decision.

The only way

CREATE OR ALTER SEQUENCE S;

can be allowed is that is acts as RESTART WITH 0 INCREMENT BY 1 for 
existing sequences.

This way the behaviour is consistent: both CREATE and ALTER produce the 
same result: existence of generator S with the same properties {start 
value = 0, current value = 0, increment = 1}.


Dmitry


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to