-
### Description
The nodes don't have editor documentation. This will be possible only from godot 4.3. The same documentation should be on github wiki.
### Suggested Improvements
See if it is possib…
-
I've found one use case that was a bit difficult, which is using records to perform routine maintenance. I was able to work around with the following code(`sql` is a records db):
from psycopg2.…
-
I noticed that kafka consumer options like fromOffset,autoCommit are hard coded. It would be nice if we allow these options configurable
````javascript
that._consumer = new Consumer(that._consume…
-
EclipseLink - v2.7.9
Postgres - v13.3
Postgres JDBC Client - v42.2.22
HikariCP - v4.0.3
JDK - v11.0.11
OS - macOS
I have set the autoCommit to false and used the EclipseLink property `` but th…
-
MySQL: 5.7.10
ProxySQL: 2.0.4
CentOS 7
We got syntax error when running migration project from Flyway. Here is the tests we ran in order to reproduce:
mysql -u sysbench -pxxxxx -h 127.0.0.1 -…
-
drush sqlc command takes me to the sql command prompt rather than importing the sql file.
In our setup, I am logged in via SSH to run drush sqlc there. We have several DBs linked up with galera cl…
wah22 updated
5 months ago
-
```
What steps will reproduce the problem?
1. Create a connection to a database with autocommit off using the context
manager, and then leave an SQL statement uncommitted. For example as follows:
i…
-
- SQL Server 2012.
- pymssql 2.1.0
- freetds 0.91
- Within SQLAlchemy 0.9.8.
- I have autocommit on by default but turn it off to run transactions sometimes.
During one of those times:
- I turn autoc…
-
use xorm in golang http,when golang process is killen,or by ctrl+c, xorm can close mysql long connect?
```
package mysqldb
import(
_ "github.com/go-sql-driver/mysql"
"github.com/go-xo…
-
### Steps to reproduce
[ if let s3::Region::Custom { endpoint, .. } = &s3_settings.region {](https://github.com/pathwaycom/pathway/blob/e72357a484753dc086a43ef058cd1d8bf5b383b5/src/python_api.…