To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44078


User pitonyak changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
                  Keywords|                          |oooqa
--------------------------------------------------------------------------------
                Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Mar 24 08:05:51 -0800 
2005 -------
I verified the behavior using 1.9.87 on Windows XP Pro, but this is invalid
because a database sequence is expected to have this behavior. Usually, you must
use a specific statement to reset the ID. You can also manually set the value.
You can read about it here:

http://hsqldb.sourceforge.net/doc/guide/ch02.html#N1048E

Notice: Sequences are created with the CREATE SEQUENCE command and their current
value can be modified at any time with ALTER SEQUENCE. The next value for a
sequence is retreived with the NEXT VALUE FOR <name> expression

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to