~mmcm/akiban-sql-parser/misc-non-akserver

« back to all changes in this revision

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

  • Committer: build-akiban
  • Date: 2013-03-07 22:02:37 UTC
  • mfrom: (290.1.2 akiban-sql-parser)
  • Revision ID: build@akiban.com-20130307220237-tmvrrh36yh0jgdul
merge tjoneslo: Fix for bug 1152175 and 1053091 -

https://code.launchpad.net/~tjoneslo/akiban-sql-parser/fix-bug-1053091/+merge/152217

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        elementType: AT_DROP_CONSTRAINT
26
26
        
27
27
        indexName: indx1
28
 
        indexColumnList: 
29
28
        joinType: null
30
 
        location: null
 
 
b'\\ No newline at end of file'
 
29
        location: null
 
30
        indexColumnList:                
 
31
                com.akiban.sql.parser.IndexColumnList@3138554d
 
32
 
 
33
                [0]:            
 
34
                com.akiban.sql.parser.IndexColumn@69684b79
 
35
                columnName: c1
 
36
                tableName: null
 
37
                ascending
 
38
                [1]:            
 
39
                com.akiban.sql.parser.IndexColumn@3e332aff
 
40
                columnName: c2
 
41
                tableName: null
 
42
                ascending
 
 
b'\\ No newline at end of file'