Jean-Noel

Results 6 issues of Jean-Noel

## Description When retrieving a column, whose type is array, the inferred type is always `Object[]`; for example, it should be `Long[]` for `Array(Int64)`. ### Steps to reproduce See code...

bug

## Description The API for query parameters with an `Instant` generates a query which can not be parsed by the server. ### Steps to reproduce See example below. ### Error...

bug

## Description The API for query parameters could be more user-friendly for `List`, and not require to manually surround every string element with a single quote. ### Steps to reproduce...

bug
client-api-v2

## Description Bug with `Client#query(sql, params)` for a `DESCRIBE TABLE` query. ### Steps to reproduce See the unit test below. The parameter name is not substituted. ### Error Log or...

bug
client-api-v2

## Description When running a prepared statement with `COALESCE` and a date, the execution fails due to type. Am not entirely sure whether it's an issue with the JDBC driver...

bug
jdbc-v2
area:data-type

Please answer these questions before submitting your issue. In order to accurately debug the issue this information is required. Thanks! 1. What version of JDBC driver are you using? 3.23.2...

feature
status-triage_done