[teiid-commits] teiid SVN: r4417 - trunk/test-integration/common/src/test/resources/TestODBCSchema.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Sep 10 12:27:19 EDT 2012


Author: shawkins
Date: 2012-09-10 12:27:19 -0400 (Mon, 10 Sep 2012)
New Revision: 4417

Modified:
   trunk/test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected
Log:
TEIID-2166 being selective about the key types

Modified: trunk/test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected
===================================================================
--- trunk/test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected	2012-09-10 15:11:59 UTC (rev 4416)
+++ trunk/test-integration/common/src/test/resources/TestODBCSchema/test_PG_ATTRIBUTE.expected	2012-09-10 16:27:19 UTC (rev 4417)
@@ -259,11 +259,8 @@
 257          33           SHIPPER_ID                                                         21           2       1       4            true        false         false    
 258          34           STATUS_ID                                                          21           2       1       4            true        false         false    
 259          35           SUPPLIER_ID                                                        1043         -1      1       14           true        false         false    
-260          36           SUPPLIER_STATUS                                                    21           2       1       4            false       false         false    
 261          37           SUPPLIER_ID                                                        1043         -1      1       14           true        false         false    
 262          37           PART_ID                                                            1043         -1      2       8            true        false         false    
-263          38           PART_ID                                                            1043         -1      1       8            true        false         false    
-264          39           SUPPLIER_ID                                                        1043         -1      1       14           true        false         false    
 265          40           oid                                                                23           4       1       8            false       false         false    
 266          40           name                                                               1043         -1      2       4004         false       false         false    
 267          41           typname                                                            1043         -1      1       4004         false       false         false    
@@ -277,7 +274,7 @@
 275          45           oid                                                                23           4       1       8            false       false         false    
 276          46           oid                                                                23           4       1       8            false       false         false    
 277          47           oid                                                                23           4       1       8            false       false         false    
-Row Count : 277
+Row Count : 274
 getColumnName  getColumnType  getCatalogName  getColumnClassName  getColumnLabel  getColumnTypeName  getSchemaName  getTableName  getColumnDisplaySize  getPrecision  getScale  isAutoIncrement  isCaseSensitive  isCurrency  isDefinitelyWritable  isNullable  isReadOnly  isSearchable  isSigned  isWritable  
 oid            4              PartsSupplier   java.lang.Integer   oid             integer            pg_catalog     pg_attribute  11                    10            0         false            false            false       false                 1           true        true          true      false       
 attrelid       4              PartsSupplier   java.lang.Integer   attrelid        integer            pg_catalog     pg_attribute  11                    10            0         false            false            false       false                 1           true        true          true      false       



More information about the teiid-commits mailing list