~akiban-technologies/akiban-server/trunk

« back to all changes in this revision

Viewing changes to src/main/java/com/akiban/server/service/dxl/DXLFunctionsHook.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:
33
33
        RENAME_TABLE(DXLType.DDL_FUNCTIONS_WRITE),
34
34
        DROP_TABLE(DXLType.DDL_FUNCTIONS_WRITE),
35
35
        ALTER_TABLE(DXLType.DDL_FUNCTIONS_WRITE),
 
36
        ALTER_SEQUENCE(DXLType.DDL_FUNCTIONS_WRITE),
36
37
        CREATE_VIEW(DXLType.DDL_FUNCTIONS_WRITE),
37
38
        DROP_VIEW(DXLType.DDL_FUNCTIONS_WRITE),
38
39
        DROP_SCHEMA(DXLType.DDL_FUNCTIONS_WRITE),