-
### Describe the bug
Trying to connect to an apache spark cluster on my local network, and it fails with `'void org.apache.thrift.transport.THttpClient.(java.lang.String, org.apache.http.client.HttpC…
-
Spring Reactive should provide a way to run the blocking code in a dedicated thread, see https://github.com/spring-projects/spring-reactive/issues/56.
-
**Describe the Issue:**
An error occurs when starting WSO2 Identity Server with Oracle DB. The error is logged in the server logs as follows:
`[2024-11-04 03:29:14,757] ERROR {org.wso2.carbon.…
-
页面:https://harrisonlee.net/pages/e71797/
-
It would be awesome if Ktorm could be non-blocking and reactive by leveraging R2DBC instead of JDBC exposed via Coroutines and its `Flow` API instead of `Sequence`.
-
The library expose a way to use transducers when transforming result sets: a function called [plan](https://cljdoc.org/d/com.github.seancorfield/next.jdbc/1.1.646/doc/getting-started#plan--reducing-re…
-
```
Extend the JDBC Plugin to support all SQL command in an abstract(!) way. We do
NOT want to pass native SQL command here to a JDBC source but run methods with
arguments that can be checked and ve…
-
### Describe the feature
Is there any plan to support Apache HBase? If HBase namespace and table are supported, is it recommended to use Phoenix JDBC or HBase client Java API?
### Motivation
_No re…
-
### What happens?
Since version 0.9.0, using the DuckDB JDBC driver in a Java application makes the application crash with a SIGSEGV.
The Java version is 17.0.5 (tested also on 17.0.8.1).
There i…
-
It's currently not possible to read a `ROW` projection using standard JDBC API (e.g. `java.sql.Struct`):
```java
try (Statement s = connection.createStatement();
ResultSet rs = s.executeQuery…