-
When running large migrations with multi-tenancy setup (MySql) we are hitting this error
```
Error: driver: bad connection
```
This happens after a long migration and before the start of the nex…
-
### Is this a new bug in dbt-bigquery?
- [X] I believe this is a new bug in dbt-bigquery
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Be…
-
hey - thanks for a great library. i haven't tested this with any other db besides sqlite, but it doesn't seem to support multiple statements via `sql.file`: https://gist.github.com/petehunt/6a889fc8d0…
-
```
In a past life, there were a couple useful idioms I added to a
database-access layer to help guard against injection attacks.
---
Bind parameters cannot be used to specify structural things. Yo…
-
Hi,
Is there a way to get maxwell's daemon to emit ALL DDL & DML SQL statements (don't care about queries), much like what can be generated via:
mysqlbinlog --base64-output=DECODE-ROWS --verbos…
-
## Question
How does the driver execute batch INSERTs if the connection auto commit is true?
The JDBC specification has no standard rule and this "is a driver specific" topic.
The documentation htt…
-
**Describe the problem**
I typed the following INVALID query while investigating #99200:
```sql
SHOW JOBS SELECT job_id FROM system.jobs WHERE job_type='CHANGEFEED'
```
(The query is invalid …
-
```sql
PREPARE p AS SET TRACING = $1;
EXECUTE p('on');
```
results in
```
ERROR: internal error: no type for placeholder $1
SQLSTATE: XX000
DETAIL: stack trace:
github.com/cockroachdb/cockro…
-
@edgarrmondragon and @kgpayne - Is there any option that you know of to print the SQL statements (commands or SELECT queries) as they are executing?
I believe I recall vaguely that SQLAlchemy supp…
-
**Describe the problem**
At some point since CockroachDB v2.x, it has become impossible to use _uncorrelated_ subqueries in simple statements.
For example, in CockroachDB v2.1:
```
root@127.0.0.…