Hi, > This can not be achieved by using sequences because a sequence does not guard > uniqueness over many columns in many tables.
Why not? I think a sequence can do all that. > I need the ability to set the scope id from trigger so that the generated key > would be returned to in the method Statement.getGeneratedKeys() Do you need multiple sequence values per statement using Statement.getGeneratedKeys()? This is not supported yet. Could you explain your use case, and if possible give a real world example? Regards, Thomas -- 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.
