[JBoss JIRA] (TEIID-3324) Boolean fields with null are evaluated to false
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3324?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3324:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug 1189484|https://bugzilla.redhat.com/show_bug.cgi?id=1189484] from VERIFIED to CLOSED
> 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: 8.10, 8.7.2, 8.7.1.6_2
>
>
> 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.4.11#64026)
8 years, 10 months
[JBoss JIRA] (TEIID-3241) Audit/Command Logging handler names do not match web console handler names
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3241?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3241:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug 1170583|https://bugzilla.redhat.com/show_bug.cgi?id=1170583] from VERIFIED to CLOSED
> Audit/Command Logging handler names do not match web console handler names
> --------------------------------------------------------------------------
>
> Key: TEIID-3241
> URL: https://issues.jboss.org/browse/TEIID-3241
> Project: Teiid
> Issue Type: Bug
> Components: Tools
> Affects Versions: 8.7.1
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.7.1
>
>
> When changing configuration of Audit and Command logging via Web Management, an exception is thrown in specific usecase, see the steps to reproduce below.
> Then even after server restart logging doesn't work. No changes noticed in standalone.xml during the configuration.
> Version-Release number of selected component (if applicable):
> DV 6.1.0 ER4
> How reproducible:
> Once after installation (further on the logging simply doesn't work)
> Steps to Reproduce:
> 1.Install DV with audit/command logging enabled
> 2.Start DV with bin/standalone.sh, check that logging works
> 3.Access http://localhost:9990/console/App.html#teiid-audit and unselect selected options
> 4.Apply
> 5.Select the previously deselected options again
> 6.Apply
> 7.See the server log in console
> 8.When there is server reload between unselecting and reselecting the options, then the exception is not raised, but the logging doesn't work afterwards.
> Actual results:
> java.lang.IllegalArgumentException: Handler "TEIID_AUDIT_LOG" is not found
> or
> java.lang.IllegalArgumentException: Handler "TEIID_COMMAND_LOG" is not found
> Expected results:
> Logging configured again
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (TEIID-3536) Infinispan-dsl-cache translator: Can't delete or update rows which were previously inserted through hotrod protocol
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIID-3536?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on TEIID-3536:
------------------------------------------------
Filip Elias <felias(a)redhat.com> changed the Status of [bug 1232282|https://bugzilla.redhat.com/show_bug.cgi?id=1232282] from VERIFIED to CLOSED
> Infinispan-dsl-cache translator: Can't delete or update rows which were previously inserted through hotrod protocol
> -------------------------------------------------------------------------------------------------------------------
>
> Key: TEIID-3536
> URL: https://issues.jboss.org/browse/TEIID-3536
> Project: Teiid
> Issue Type: Bug
> Affects Versions: 8.7.1.6_2
> Reporter: Filip Elias
> Assignee: Steven Hawkins
> Fix For: 8.7.1.6_2, 8.12
>
> Attachments: server1.log, server2.log
>
>
> Rows which have been inserted into cache directly through hotrod protocol can't be deleted or updated (update command returns correct number of rows to be updated but no rows are actually updated) using the Infinispan-dsl-cache translator.
> If the rows are inserted through Infinispan-dsl-cache translator, then they can be deleted or updated.
> Server1.log contains logs for an attempt to delete row which was previously directly inserted through hotrod protocol. It contains logs for two queries:
> 1, select * from smalla where intkey = 10 (returns 1 row)
> 2, delete from smalla where intkey = 10 (deletes 0 rows)
> Server2.log contains logs for an attempt to delete row which was inserted using the Infinispan-dsl-cache translator. It contains logs for two queries:
> 1, insert into smalla(intKey, stringKey,booleanValue) values(141,'ss',false) (correctly inserts 1 row)
> 2, delete from smalla where intkey = 10 (correctly deletes 1 row)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months