~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-6.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@cd30557
 
2
name: t
 
3
statementType: ALTER TABLE
 
4
objectName: t
 
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@72039954
 
16
 
 
17
        [0]:    
 
18
        com.akiban.sql.parser.ColumnDefinitionNode@4a479446
 
19
        type: INTEGER
 
20
        name: with_column
 
21
        elementType: null
 
 
b'\\ No newline at end of file'