When I use java.sql.Timestamp value with PreparedStatement#setObject, PreparedStatement#executeUpdate throws an exception. It probably happens due to the conversion: driver converts the value to the ...
ERROR Failed to get current time from DB using query select CURRENT_TIMESTAMP; on database SQLite (io.confluent.connect.jdbc.util.JdbcUtils:205) Unparseable date ...