SQLFeatureNotSupportedException in JdbcThinConnection

2020-05-09 Thread Emmanuel Neri
Hello, I`m a Ignite user and i have a problem using Ignite with SQL at 2.7.5 version. I use vertx-jdbc-client dependency at my Vert.x base application and this API call prepareStatement method from JdbcThinConnection but prepareStatement method as sql and autoGeneratedKeys arguments throw

BinaryObject field is not update

2020-05-09 Thread takumi
Hello. As I am in trouble, please help me. I use Java ThinClient and Ignite Cache Server. In client code, I update BinaryObject by BinaryObjectBuilder API. ex) BinaryObject bo = clientCache.get(KEY); clientCache.put(KEY, bo.toBuilder().setField("AddField", ...).build()); But