-
The Metrics page in the console has a prominent SQL Statement Contention metric, described as "A moving average of the number of SQL statements executed per second that experienced contention across a…
-
Whenever I try to run the main to_do.py file, I get the error that the Tasks table doesn't exist.
I do see to_do.db getting created but no tables actually get created. I have went in manually usin…
-
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-0.html
According to the MySQL release notes for MySQL 8.4 they just removed a bunch of SQL commands
>SQL statements removed. The followi…
-
**Is your feature request related to a problem? Please describe.**
When starting the backend service on current main we are facing some constraint violation issue for the nuernberg region
```bash
…
-
A small request I hope.
Would it be possible to use SQLGlot's pretty functionality before executing SQL statements?
It would be much easier to find syntax issues if it wasn't one long line.
-
### Feature Description
I was kinda disappointed to see that `migration:show` does not output the SQL of the migration.
This is a relatively essential feature for many applications for instance if…
alper updated
4 weeks ago
-
I really like ClickHouse, so I decided to migrate some of MySQL's features to ClickHouse. However, during this process, I encountered some issues, such as lack of support for recursive queries and var…
-
### Description
Seems like Problem 2 in #29317 was not addressed or reintroduced.
Executing the following line by line (Ctrl+Enter) in Manual Commit mode
```sql
CREATE TABLE zltest(id INT)
BE…
lazaa updated
2 weeks ago
-
From https://github.com/dbeaver/dbeaver/issues/16756.
Two large TSQL files:
https://github.com/jOOQ/sakila/blob/main/sql-server-sakila-db/sql-server-sakila-schema.sql
https://github.com/jOOQ/saki…
-
Pecan code base has lots of places where an sql injection can happen. We should switch as soon as possible to using prepared statements. We should look at the package dplyr for the database code (http…