|
From: Adriano d. S. F. <adr...@gm...> - 2016-03-06 02:45:45
|
Em 05/03/2016 12:38, Dimitry Sibiryakov escreveu: > 05.03.2016 16:28, Adriano dos Santos Fernandes wrote: >> Has the conflicts increased with your patch? > > No. > >> Can I see it? There is different ways to do this. > > Attached. > I see two bugs with your implementation. Both of these commands should raise error: create or alter sequence s1; create or alter sequence s1 restart start with 3; I also did not understand why you changed set_generator_clause to have a action in the middle of the command, since that is not necessary hence not recommended. Adriano |