[JBoss JIRA] (TEIIDDES-2344) Empty error message in insert procedure transformation
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2344?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2344:
---------------------------------------------------
Barry LaFond <blafond(a)redhat.com> changed the Status of [bug 1144324|https://bugzilla.redhat.com/show_bug.cgi?id=1144324] from ASSIGNED to MODIFIED
> Empty error message in insert procedure transformation
> ------------------------------------------------------
>
> Key: TEIIDDES-2344
> URL: https://issues.jboss.org/browse/TEIIDDES-2344
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 8.6
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.6.1, 9.0.1, 9.0
>
>
> When creating a virtual insert procedure and omitting a non-nullable column from the insert, the error message is simply
> {quote}ERROR: ERROR{quote}
> E. g. I have a PUBLISHERS table with three columns, of which PUBLISHER_ID is NOT NULL, the insert procedure is
> {code:sql}
> FOR EACH ROW
> BEGIN ATOMIC
> INSERT INTO Books.PUBLISHERS (Books.PUBLISHERS.NAME) VALUES ("NEW".NAME);
> END
> {code}
> The error in previous versions of Designer for the same procedure would be
> {quote}
> ERROR: Element Books.PUBLISHERS.PUBLISHER_ID of books.publishers is neither nullable nor has a default value. A value must be specified in the insert.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2344) Empty error message in insert procedure transformation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2344?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2344.
------------------------------------
Fix Version/s: 8.6.1
9.0
Resolution: Done
https://github.com/Teiid-Designer/teiid-designer/commit/96123f2d50438fc03...
committed to master, 9.0.x, 8.6.x
> Empty error message in insert procedure transformation
> ------------------------------------------------------
>
> Key: TEIIDDES-2344
> URL: https://issues.jboss.org/browse/TEIIDDES-2344
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 8.6
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 8.6.1, 9.0.1, 9.0
>
>
> When creating a virtual insert procedure and omitting a non-nullable column from the insert, the error message is simply
> {quote}ERROR: ERROR{quote}
> E. g. I have a PUBLISHERS table with three columns, of which PUBLISHER_ID is NOT NULL, the insert procedure is
> {code:sql}
> FOR EACH ROW
> BEGIN ATOMIC
> INSERT INTO Books.PUBLISHERS (Books.PUBLISHERS.NAME) VALUES ("NEW".NAME);
> END
> {code}
> The error in previous versions of Designer for the same procedure would be
> {quote}
> ERROR: Element Books.PUBLISHERS.PUBLISHER_ID of books.publishers is neither nullable nor has a default value. A value must be specified in the insert.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2344) Empty error message in insert procedure transformation
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2344?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2344:
---------------------------------------------------
Barry LaFond <blafond(a)redhat.com> changed the Status of [bug 1144324|https://bugzilla.redhat.com/show_bug.cgi?id=1144324] from NEW to ASSIGNED
> Empty error message in insert procedure transformation
> ------------------------------------------------------
>
> Key: TEIIDDES-2344
> URL: https://issues.jboss.org/browse/TEIIDDES-2344
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 8.6
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.0.1
>
>
> When creating a virtual insert procedure and omitting a non-nullable column from the insert, the error message is simply
> {quote}ERROR: ERROR{quote}
> E. g. I have a PUBLISHERS table with three columns, of which PUBLISHER_ID is NOT NULL, the insert procedure is
> {code:sql}
> FOR EACH ROW
> BEGIN ATOMIC
> INSERT INTO Books.PUBLISHERS (Books.PUBLISHERS.NAME) VALUES ("NEW".NAME);
> END
> {code}
> The error in previous versions of Designer for the same procedure would be
> {quote}
> ERROR: Element Books.PUBLISHERS.PUBLISHER_ID of books.publishers is neither nullable nor has a default value. A value must be specified in the insert.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2344) Empty error message in insert procedure transformation
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2344?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2344:
-----------------------------------
Fix Version/s: 9.0.1
> Empty error message in insert procedure transformation
> ------------------------------------------------------
>
> Key: TEIIDDES-2344
> URL: https://issues.jboss.org/browse/TEIIDDES-2344
> Project: Teiid Designer
> Issue Type: Bug
> Components: Transformations
> Affects Versions: 8.6
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.0.1
>
>
> When creating a virtual insert procedure and omitting a non-nullable column from the insert, the error message is simply
> {quote}ERROR: ERROR{quote}
> E. g. I have a PUBLISHERS table with three columns, of which PUBLISHER_ID is NOT NULL, the insert procedure is
> {code:sql}
> FOR EACH ROW
> BEGIN ATOMIC
> INSERT INTO Books.PUBLISHERS (Books.PUBLISHERS.NAME) VALUES ("NEW".NAME);
> END
> {code}
> The error in previous versions of Designer for the same procedure would be
> {quote}
> ERROR: Element Books.PUBLISHERS.PUBLISHER_ID of books.publishers is neither nullable nor has a default value. A value must be specified in the insert.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months
[JBoss JIRA] (TEIIDDES-2380) New Model Wizard doesn't copy view model with global temporary table properly
by Jan Stastny (JIRA)
Jan Stastny created TEIIDDES-2380:
-------------------------------------
Summary: New Model Wizard doesn't copy view model with global temporary table properly
Key: TEIIDDES-2380
URL: https://issues.jboss.org/browse/TEIIDDES-2380
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 8.6
Reporter: Jan Stastny
When trying to create new view model by copying from an existing one the resulting model contains errors.
The original view model has global temporary table defined. The problem is that the new view model has not correct value in the "relational:Global Temp Table" property for the copied global temporary table. It should be true, but is false in the new definition of view model.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
10 years, 2 months