Hi Rick, I've added the changes for the bind part of the optional clauses in Sequence creation. The argument values now get saved in the catalog table.
In CreateSequenceNode's bindStatement() method, what kind of constraints should be enforced on the optional arguments, datatype in particular? And for the start value option, if neither that nor min value is specified, would the default be "1" or the min value of the sequence's data type? Also, in DBMSNodes.properties, I noticed that there are 2 values for the property key "derby.module.cloudscapenodes.ci". Thanks! Suran
