Re: BLOB with JDBC Driver

2019-03-06 Thread Taras Ledkov
Hi, But SQL type BLOB isn't supported by Ignite. Please use BINARY SQL type. 06.03.2019 18:40, Taras Ledkov пишет: Hi, The JDBC Blob is supported by JDBC v2 driver (thick driver based on Ignite client node). Thin JDBC driver hasn't supported Blob yet. 06.03.2019 13:50, KR Kumar пишет: Hi -

Re: BLOB with JDBC Driver

2019-03-06 Thread Taras Ledkov
Hi, The JDBC Blob is supported by JDBC v2 driver (thick driver based on Ignite client node). Thin JDBC driver hasn't supported Blob yet. 06.03.2019 13:50, KR Kumar пишет: Hi - I trying out JDBC driver with ignite SQL tables. How do i insert a blob into my cache table through jdbc? Thanx and

Re: BLOB with JDBC Driver

2019-03-06 Thread Ilya Kasnacheev
Hello! I don't think we support blobs at the moment. Use setBytes to store data as byte[]. Regards, -- Ilya Kasnacheev ср, 6 мар. 2019 г. в 13:58, KR Kumar : > Hi - I trying out JDBC driver with ignite SQL tables. How do i insert a > blob > into my cache table through jdbc? > > Thanx and Rega

BLOB with JDBC Driver

2019-03-06 Thread KR Kumar
Hi - I trying out JDBC driver with ignite SQL tables. How do i insert a blob into my cache table through jdbc? Thanx and Regards, KR Kumar -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/