Archana
Results
1
issues of
Archana
Using the below snippet results in "Unsupported data type: JSON:" using 0.3.2.patch11 ```java PreparedStatement pstmt = connection.prepareStatement("INSERT INTO json_demo SELECT id,details from INPUT('id UInt8, details JSON')"); ` pstmt.setInt(1, 20); pstmt.setObject(2,...
enhancement