You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2017/10/03 03:14:00 UTC

[jira] [Comment Edited] (IGNITE-5767) Web console: use byte array type instead of java.lang.Object for binary JDBC types

    [ https://issues.apache.org/jira/browse/IGNITE-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16180164#comment-16180164 ] 

Vasiliy Sisko edited comment on IGNITE-5767 at 10/3/17 3:13 AM:
----------------------------------------------------------------

Implemented string presentation of field type for query entity configuration.
Implemented possibility manually configure query and store fields with type byte[].

To test: Try to import domain models with BINARY columns:
Try to create domain models with byte[] columns for SQL query and cache store.
Generate project and fill binary data. Try to load caches and execute queries with byte[] columns.


was (Author: vsisko):
Implemented string presentation of field type for query entity configuration.
Implemented possibility manually configure query and store fields with type byte[].

> Web console: use byte array type instead of java.lang.Object for binary JDBC types
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-5767
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5767
>             Project: Ignite
>          Issue Type: Bug
>          Components: wizards
>    Affects Versions: 2.0
>            Reporter: Denis Kholodov
>            Assignee: Alexey Kuznetsov
>             Fix For: 2.3
>
>
> Schema importer should use {{[B}} query entity field type instead of {{java.lang.Object}} for the following SQL types: {{BINARY}}, {{VARBINARY}} and {{LONGVARBINARY}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)