Hi,

Using H2 1.3.155 (2011-05-27) I am having the same problem reported
here:
http://groups.google.com/group/h2-database/browse_frm/thread/85b209f5cbd3b169/8aa13f2bd9bafbfc?lnk=gst&q=NEXTVAL+2#8aa13f2bd9bafbfc

When I execute:

drop sequence CATEGORIES_SEQ;
create sequence CATEGORIES_SEQ;
SELECT CATEGORIES_SEQ.nextval AS id FROM dual;
SELECT CATEGORIES_SEQ.nextval AS id FROM dual;
SELECT CATEGORIES_SEQ.nextval AS id FROM dual;

inside the Netbeans SQL Execution Window I see the following values:

1, 3, 5

I am expecting to see:

1, 2, 3

Can someone else reproduce this?

Gili

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to