Re: [h2] Add support for sequence min value, max value and cycle

2013-10-31 Thread Noel Grandin
On 2013-10-30 17:32, Daniel Gredler wrote: I've attached a patch to issue 520 (https://code.google.com/p/h2database/issues/detail?id=520) adding support for some extra sequence attributes (min value, max value and cycle) that are fairly common in other RDBMS. Can a committer have a look

[h2] Add support for sequence min value, max value and cycle

2013-10-30 Thread Daniel Gredler
Hi guys, I've attached a patch to issue 520 ( https://code.google.com/p/h2database/issues/detail?id=520) adding support for some extra sequence attributes (min value, max value and cycle) that are fairly common in other RDBMS. Can a committer have a look and let me know if it looks good?