-
Hi people! Your work on `sqlx` is amazing! Congratulations and thank you very much! ♥
A few months ago - coming from Golang - I was looking for a way to use both direct queries and queries in trans…
-
Hi Alex @staticlibs,
Can the windows authentication request be added for back up tool wdb_backup?
also when we try to take backup for our database, backup failed with below error
![image](htt…
-
### Description
As an alternative to storing many of the file formats (e.g., FeatureXML, TraML, etc.,) as individual .xml or .csv files, it maybe more convenient for downstream processing to store th…
-
### Describe the bug
Metabase is leaving open transaction in Redshift Serverless when the JDBC driver is not in readOnly mode :
```
select query_text, * from SYS_QUERY_HISTORY WHERE status = 're…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
-
### Steps to reproduce
The issue happens for the first time and I don't have exact steps to reproduce.
### The issue
A very simple C# .NET6.0 service connects to Postgres and makes a single row rea…
-
for example:
start transaction;
select \* from t1;
select \* from t2;
select \* from t3;
commit;
this is one transaction in CN, but when they executed on DN, they are divided into 3 transactions:
eac…
-
**Describe the bug**
Hi all, first of all : great thanks to all maintainers and contributors, you’re awesome.
Disclaimer : this case happened in a production environment and we did not take the ti…
-
I'm upgrading from v1 just now, and I'm trying to understand why migrations aren't wrapped in transactions anymore. I've seen the issues about some queries not working, so I can see the need for non-t…