[JBoss JIRA] (TEIID-3324) Boolean fields with null are evaluated to false
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3324?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3324.
---------------------------------
Resolution: Done
> Boolean fields with null are evaluated to false
> -----------------------------------------------
>
> Key: TEIID-3324
> URL: https://issues.jboss.org/browse/TEIID-3324
> Project: Teiid
> Issue Type: Bug
> Components: JDBC Connector
> Affects Versions: 7.1
> Reporter: Salvatore R
> Assignee: Steven Hawkins
> Fix For: 6.2-8.7.2, 8.10
>
>
> I have a source table defined as follows (e.g. in PostgreSQL):
> {code:sql}
> CREATE TABLE public.test
> (
> id integer,
> iscustomer boolean
> )
> {code}
> and the table contains these rows:
> {code:sql}
> insert into public.test values(1, null);
> insert into public.test values(2, true);
> insert into public.test values(3, false);
> {code}
>
> When I try to get data from this table in Teiid, the "null" value is evaluated as false:
> ||id||iscustomer||
> |1|false|
> |2|true|
> |3|false|
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIID-3128) Issue while querying Salesforce.
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3128?page=com.atlassian.jira.plugin... ]
Steven Hawkins reopened TEIID-3128:
-----------------------------------
> Issue while querying Salesforce.
> ---------------------------------
>
> Key: TEIID-3128
> URL: https://issues.jboss.org/browse/TEIID-3128
> Project: Teiid
> Issue Type: Bug
> Components: Salesforce Connector
> Affects Versions: 8.4
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Fix For: 8.9
>
>
> (I am using Teiid Embedded 8.8.0.Final)
> Please refer to this forum thread for exact analysis/details: https://developer.jboss.org/thread/248796
> Steps to reproduce at my end:
> 1) Use tables Account and Contact where AccountId in Contact is the child field for Id in Account.
> 2) Execute the queries as shown in the steps below
> 3)Execute the query: SELECT Account.Phone, Account.Name, Account.Type, Contact.LastName FROM Account, Contact WHERE Account.Id = Contact.AccountId (GIVES ERROR)
> -Changing the order of the From part makes it run fine
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIID-3128) Issue while querying Salesforce.
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3128?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-3128:
----------------------------------
Fix Version/s: 6.2-8.7.2
> Issue while querying Salesforce.
> ---------------------------------
>
> Key: TEIID-3128
> URL: https://issues.jboss.org/browse/TEIID-3128
> Project: Teiid
> Issue Type: Bug
> Components: Salesforce Connector
> Affects Versions: 8.4
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Fix For: 8.9, 6.2-8.7.2
>
>
> (I am using Teiid Embedded 8.8.0.Final)
> Please refer to this forum thread for exact analysis/details: https://developer.jboss.org/thread/248796
> Steps to reproduce at my end:
> 1) Use tables Account and Contact where AccountId in Contact is the child field for Id in Account.
> 2) Execute the queries as shown in the steps below
> 3)Execute the query: SELECT Account.Phone, Account.Name, Account.Type, Contact.LastName FROM Account, Contact WHERE Account.Id = Contact.AccountId (GIVES ERROR)
> -Changing the order of the From part makes it run fine
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months
[JBoss JIRA] (TEIID-3128) Issue while querying Salesforce.
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3128?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3128.
---------------------------------
Resolution: Done
> Issue while querying Salesforce.
> ---------------------------------
>
> Key: TEIID-3128
> URL: https://issues.jboss.org/browse/TEIID-3128
> Project: Teiid
> Issue Type: Bug
> Components: Salesforce Connector
> Affects Versions: 8.4
> Reporter: Pranav K
> Assignee: Steven Hawkins
> Fix For: 6.2-8.7.2, 8.9
>
>
> (I am using Teiid Embedded 8.8.0.Final)
> Please refer to this forum thread for exact analysis/details: https://developer.jboss.org/thread/248796
> Steps to reproduce at my end:
> 1) Use tables Account and Contact where AccountId in Contact is the child field for Id in Account.
> 2) Execute the queries as shown in the steps below
> 3)Execute the query: SELECT Account.Phone, Account.Name, Account.Type, Contact.LastName FROM Account, Contact WHERE Account.Id = Contact.AccountId (GIVES ERROR)
> -Changing the order of the From part makes it run fine
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 11 months