-
### What would you like help with?
Connecting to Snowflake with Arrow ADBC from Java.
```
final Map parameters = new HashMap();
parameters.put(AdbcDriver.PARAM_URI.getKey(), url);
parameters.put(…
-
See: https://github.com/vert-x3/vertx-jdbc-client/pull/45#issuecomment-380701360
The current issue is that on stored procedures we assumed (wrongly) that there would be just 1 resultset do the resu…
-
**Describe the bug**
Promscale returns empty results although data is present in the DB.
**To Reproduce**
Send query:
`/api/v1/query?query=count by (job, instance, version) (prometheus_build_i…
-
I'm calling SP that has 5 of these conditions:
If (condition)
select a, b, c...
RETURN 0;
If (condition)
select a, b, c...
RETURN 0;
SP always returns only one resultset. Each select …
-
```
What steps will reproduce the problem?
1. resultset.getString("columnName") is not working
2.
3.
What is the expected output? What do you see instead?
I should be getting the data from the column…
-
```
restricted_by(qs) - limit result only by objects represented in given
query set
```
Original issue reported on code.google.com by `daevaorn` on 23 May 2009 at 7:10
-
fetchOne() returns Some(null) instead of None
-
**What is the bug?**
Retrieving time with a calendar always returns null.
**How can one reproduce the bug?**
Steps to reproduce the behavior:
1. Have some time data
2. Invoke ResultSet.getTime(…
-
```
What steps will reproduce the problem?
1. resultset.getString("columnName") is not working
2.
3.
What is the expected output? What do you see instead?
I should be getting the data from the column…
-
```
What steps will reproduce the problem?
1. resultset.getString("columnName") is not working
2.
3.
What is the expected output? What do you see instead?
I should be getting the data from the column…