Hello I try to create table with TEXT type. TEXT data type is not supported by ODBC driver but I can use types like: VARCHAR or LONGVARCHAR.
Problem is that every time my text is truncating to 64 characters. Why? Haw Can I configure Apache Ignite / unixODBC to work with normal TEXT type? I tested every text types in ODBC. I try to change ODBC configuration to add in DSN options in my connection description like: /etc/odbc.ini [Apache Ignite] description=Apache Ignite driver=Apache Ignite ADDRESS=127.0.0.1:10800 TextSize = 20971520 TextLimit = 20971520 PacketSize = 20971520 -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
