-
``` javascript
{
groupId: 'kafka-node-group',//consumer group id, deafult `kafka-node-group`
// Auto commit config
autoCommit: true,
autoCommitIntervalMs: 5000,
// The max wait tim…
-
#### 问题代码:
![image](https://user-images.githubusercontent.com/6916959/187973340-9478e77b-8d43-4831-9f7a-f0d53fc8068e.png)
#### 触发场景:
1. 上层调用 conn.setAutoCommit(false);
2. 当执行到上图代码段的 conn.setAutoCo…
-
### What happens?
When querying csv file, which is UTF-8 encoded I get as result uncorrect encoded strings.
E.g. I expect "Ablösung" but get "Ablösung".
This is under Windows when querying by ODBC…
-
I was trying to study how ProxySql+MariaDB+JDBC+Tomcat webapp works for this usecase but got lost in the wall of information. We have one Tomcat(+Proxysql) and three Mariadb galeracluster db linux mac…
-
The connections are not being closed when the autoCommit is set to false.
Is there a reason why we have this call `Util.closeQuietlyIfAutoCommit(state.con);` in a `QuerySelectOnSubscribe` ?
``` …
-
We currently do not allow DDL statements like CREATE TABLE, CREATE SCHEMA, CREATE INDEX, etc. within explicit read committed transactions when `autocommit_before_ddl` is off. Postgres allows these sta…
-
This is relevant part of my proxysql setup:
```
mysql-forward_autocommit = true;
mysql-autocommit_false_not_reusable = true;
```
proxysql 2.0.10.
![image](https://user-images.githubuserconte…
-
java.lang.reflect.UndeclaredThrowableException
at com.sun.proxy.$Proxy50.setAutoCommit(Unknown Source)
at org.sagacity.sqltoy.utils.SqlUtil.executeSql(SqlUtil.java:1406)
at org.sagacity.sqltoy.d…
-
Consider the following order of events:
- the `DBI::connect` is invoked with `RaiseError => 0` and returns `$handle`
- the connection to the backend gets interrupted for some reason
- calling `$h…
-
(use this as note only, will close it soon. It would be useful if others get similar issue)
To successfully run sample of webcam in Readme (https://github.com/MadcowD/ell/tree/main?tab=readme-ov-fi…