~tjoneslo/akiban-sql-parser/fix-bug-1167451

« back to all changes in this revision

Viewing changes to src/test/resources/com/akiban/sql/parser/alter-table-add-column-1.expected

merge oontvoo: support adding multiple columns in ALTER TABLE

https://code.launchpad.net/~oontvoo/akiban-sql-parser/alter_adding_multiple_cols/+merge/134983

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
com.akiban.sql.parser.AlterTableNode@7fe3f2e5
 
2
name: t1
 
3
statementType: ALTER TABLE
 
4
objectName: t1
 
5
compressTable: false
 
6
sequential: false
 
7
truncateTable: false
 
8
purge: false
 
9
defragment: false
 
10
truncateEndOfTable: false
 
11
updateStatistics: false
 
12
updateStatisticsAll: false
 
13
indexNameForUpdateStatistics: null
 
14
tableElementList:       
 
15
        com.akiban.sql.parser.TableElementList@4e5fd9fb
 
16
 
 
17
        [0]:    
 
18
        com.akiban.sql.parser.ColumnDefinitionNode@76e015ef
 
19
        type: DOUBLE
 
20
        name: c
 
21
        elementType: null
 
22
        [1]:    
 
23
        com.akiban.sql.parser.ColumnDefinitionNode@7a5ad0f0
 
24
        type: BIGINT
 
25
        name: d
 
26
        elementType: null
 
 
b'\\ No newline at end of file'