~akiban-technologies/akiban-server/trunk

« back to all changes in this revision

Viewing changes to src/test/java/com/akiban/server/service/is/BasicInfoSchemaTablesServiceImplTest.java

merge nwilliams: Change SERIAL back to BY DEFAULT, fix div by zero on maximum range cycling sequence and underlying support for ALTER SEQUENCE.

https://code.launchpad.net/~nwilliams/akiban-server/sequence-fix-and-tweak/+merge/177031

Show diffs side-by-side

added added

removed removed

Lines of Context:
720
720
        }
721
721
 
722
722
        @Override
 
723
        public void alterSequence(Session session, TableName sequenceName, Sequence newDefinition) {
 
724
            throw new UnsupportedOperationException();
 
725
        }
 
726
 
 
727
        @Override
723
728
        public TableDefinition getTableDefinition(Session session, TableName tableName) {
724
729
            throw new UnsupportedOperationException();
725
730
        }