-
Hello,
We use debezium to track changes in some DBs and longest_query throw an error because of the walsender session is marked as inactive since for a long time :
```
datid | 17818
d…
-
### Describe the bug
In PG
```
mydb=# create type complex as (a int, b date);
CREATE TYPE
mydb=# create table t1 (a int primary key, c complex);
CREATE TABLE
mydb=# insert into t1 values (1, RO…
-
Trying to use Java Hibernate ORM.
Using
```
"hibernate.driver": "com.mysql.cj.jdbc.Driver",
"hibernate.dialect": "org.hibernate.dialect.MySQLDialect"
```
and
```
angu…
-
### Description
Hi guys, hope all is well.
I'm working in a project where we need the audit capability for some entities.
Our project is using MongoDB Panache.
My propose for us is implementin…
-
Our biggest problem with the JDBC Sink Connector for Postgres is that it does not support `timestamptz` or `timestamp with time zone`, which is the standard and preferred method of storing time in pos…
-
### Describe the bug
When trying to use `javax.enterprise.event.Event.fireAsync`, it does not seem to subscribe to the `CompletionStage` that is returned.
### Expected behavior
If I wrap `Eve…
-
For root `create` operations, the `await query(args)` returns the newly-created row. Should a nested `create` operation do the same?
Consider this new smoke test ...
```diff
$ git diff test/e2e/s…
-
I have a Sink Connector that is getting an increasing number of logs warning `Commit of offsets timed out` such as:
```[2020-04-22 17:51:07,383] WARN [|task-27] WorkerSinkTask{id=-27} Commit of off…
-
https://github.com/dolthub/dolt/tree/main/go/libraries/doltcore/sqle/binlogreplication
[Dolt's binlog-replication feature](https://docs.dolthub.com/guides/binlog-replication
) is implemented in th…
-
**Describe the bug**
We can not use the Kafka Connect Transformations (https://docs.confluent.io/current/connect/transforms/index.html). This was tested with Debezium.
**To Reproduce**
From this …