[teiid-issues] [JBoss JIRA] Created: (TEIID-1434) Example dynamicvdb-portfolio customer-schema.sql INSERT INTO HOLDINGS has PRODUCT_ID references that don't exist in PRODUCT table causing sql to fail

Van Halbert (JIRA) jira-events at lists.jboss.org
Wed Jan 12 23:20:50 EST 2011


Example dynamicvdb-portfolio  customer-schema.sql   INSERT INTO HOLDINGS has PRODUCT_ID references that don't exist in PRODUCT table causing sql to fail
--------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TEIID-1434
                 URL: https://issues.jboss.org/browse/TEIID-1434
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 7.2, 7.1.1
            Reporter: Van Halbert
            Assignee: Steven Hawkins
            Priority: Minor


The customer-schema.sql contains insert statements into HOLDINGS that contain references to PRODUCT table that don't exist.  Example:

INSERT INTO HOLDINGS (ACCOUNT_ID,PRODUCT_ID,PURCHASE_DATE,SHARES_COUNT) VALUES (20010027,1020,{ts '2001-08-22 00:00:00.000'},70);

Product_ID  references to 1020 and 1022  don't exist.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list