~akiban-technologies/akiban-server/trunk

« back to all changes in this revision

Viewing changes to src/test/resources/com/akiban/server/entity/changes/drop-identity-property-orig.ais

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:
42
42
    sequenceName: "_sequence-0"
43
43
    start: 5
44
44
    increment: 10
45
 
    minValue: -9223372036854775808
 
45
    minValue: 5
46
46
    maxValue: 9223372036854775807
47
47
    isCycle: false
48
48
  }