~nwilliams/akiban-sql-parser/nexus-pom

« back to all changes in this revision

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

  • Committer: build-akiban
  • Date: 2013-02-09 22:28:17 UTC
  • mfrom: (288.1.5 akiban-sql-parser)
  • Revision ID: build@akiban.com-20130209222817-n748ae1tl97yq9n6
merge oontvoo: Support ALTER-TABLE-RENAME-COLUMN statements, allow option <TABLE> token after ALTER-TABLE-RENAME, and transform RENAME-COLUMN to ALTER-TABLE-RENAME-COLUMN.

https://code.launchpad.net/~oontvoo/akiban-sql-parser/alter-rename-column/+merge/146574

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
com.akiban.sql.parser.AlterTableNode@43271a80
 
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@3c3cebf1
 
16
 
 
17
        [0]:    
 
18
        com.akiban.sql.parser.AlterTableRenameNode@43a63a1c
 
19
        name: t2
 
20
        elementType: AT_RENAME
 
 
b'\\ No newline at end of file'