-
How to reproduce:
```
sudo SYBASE=/usr /home/kes/perl5/perlbrew/bin/cpanm DBD::Sybase
--> Working on DBD::Sybase
Fetching http://www.cpan.org/authors/id/M/ME/MEWP/DBD-Sybase-1.23.tar.gz ... OK
Co…
-
## Driver version
12.8.1
## SQL Server version
Microsoft SQL Server 2019 (RTM-CU28-GDR) (KB5042749) - 15.0.4390.2 (X64) Aug 12 2024 13:08:42 Copyright (C) 2019 Microsoft Corporation Develope…
-
Setup the directories and configs:
```bash
mkdir replication_test
cd replication_test
mkdir primary
mkdir standby1
echo 'log_level: info
max_logged_query_len: 2048
behavior:
read_only: fa…
-
### Improvement description
We experienced some ugly race conditions within a headless application. Concurrencies occurs when multiple requests (from client API and also from server API) are getting …
-
Currently, the CI checks for invalid formatting and autocommits fixes. This has several issues:
- breaks with branch protection rules
- creates useless commits
Instead, it would be better to reje…
-
mycat version:1.6.5
mysql version: 5.7.16
问题描述: 在批处理作业中,从mycat获取连接后,长时间使用同一个连接执行多次多条不同的SQL进行插入。单条SQL执行时间不超过30ms。 t获取连接超过sqlExecuteTimeout(默认300秒)时间后,mycat会主动关闭该连接。
期望结果:若单条SQL执行时间不超过sqlExecuteTi…
-
Exposed is great!
But it seems any operation in Exposed must be called within a `transaction` block. Sometimes it might be unnecessary to to use a real native transaction because the operations in…
-
luciddb has an "import" command that allows data to be imported from a foreign source, e.g.
create or replace server jdbc_link
foreign data wrapper sys_jdbc
options(
driver_class 'org.postgresql.Driv…
-
The default SQLAlchemy builder (`InstallAndSave`) commits the session on each individual fixture.
In some cases, it may be more desirable to allow all fixtures to be instantiated added to the session…
-
### What do you want and why?
As a developer, I would like to be able to seamlessly upgrade my blitz project version using the cli, so that I can easily gain new features, bug fixes, and so on.
…