[JBoss JIRA] (TEIIDDES-2061) char[n+] field is truncated by importer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2061?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2061:
-----------------------------------
Git Pull Request: https://github.com/Teiid-Designer/teiid-designer/pull/306
> char[n+] field is truncated by importer
> ---------------------------------------
>
> Key: TEIIDDES-2061
> URL: https://issues.jboss.org/browse/TEIIDDES-2061
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 8.3.1
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 8.4, 8.3.2
>
> Attachments: char-length-property-change-warning.png, testErrors.vdb
>
>
> truncation of Char[>1] fields to one character.
> reproduction with simple VDB (to be attached):
> SELECT asChar,asVarChar,asInt FROM "TestErrors"."TruncateCHAR";
> the "asChar" field only returns a "C" and the asVarChar returns the complete value.
> That is the expected behavior, per the Data Virtualization Reference Manual, char datatype is a single Unicode character (java.lang.Character). However, the importer may need to check for the occurrence of char[n+] and not assume char[1].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (TEIIDDES-2079) Add valdiation of REST extension properties for virtual procedures
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2079?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2079:
-----------------------------------
Git Pull Request: https://github.com/Teiid-Designer/teiid-designer/pull/304
> Add valdiation of REST extension properties for virtual procedures
> ------------------------------------------------------------------
>
> Key: TEIIDDES-2079
> URL: https://issues.jboss.org/browse/TEIIDDES-2079
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Modeling, Validation
> Affects Versions: 8.4
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> The recognition of REST extension properties keys off of both REST METHOD and REST URI properties either both being present or both null.
> Workspace Validation: Create a RestPropertiesValidationRule to create a problem marker if this is not the case
> Procedure Wizard validation:
> * Add CHARSET and HEADERS property Widgets to ViewProcedureEditorPanel
> * Add charset and header instance variables to RelationalViewProcedure object (include getter/setter methods)
> * Add validation to ViewProcedureEditorPanel to verify the same.
> Thinking in both instances we should default the severity to WARNING and not error.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (TEIIDDES-2082) Validation preference for Empty transformations does not work
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2082:
--------------------------------------
Summary: Validation preference for Empty transformations does not work
Key: TEIIDDES-2082
URL: https://issues.jboss.org/browse/TEIIDDES-2082
Project: Teiid Designer
Issue Type: Bug
Components: Validation
Affects Versions: 8.4
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.5
Relational Validation preference for Empty Transformations does nothing. Error or warning.
Seems the logic in the TargetTransformationRule's logic is not caching the t-roots like it use to. Need to re-enable this validation to provide a better error message like: *SELECT SQL statement is empty for 'ProductInfoView'*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years