-
We have fallen into the ease of if statements in python list comprehension. This is negatively affecting our query efficiency. We need to move to more complex queries (using table joins, etc.) instead…
-
I need to think about creation of predefined SQL queries at the modules.modles.sql.
This should help us to not write duplicated queries and allow easy query consistency maintenance between controllers…
-
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…
-
Previously, we track `sql.{select, insert, update, delete}.count` metrics within the connExecutor. We attempt to classify the statement types and then increment those metrics accordingly.
However,…
Azhng updated
3 weeks ago
-
### Search first
- [X] I searched and no similar issues were found
### Description
I am running
```
liquibase execute-sql --sql-file=foo.sql --url="jdbc:sqlserver://myServer;database=myDB;trustSe…
-
The current codebase lacks comprehensive error handling and file upload validation, which may lead to security vulnerabilities.
**Tasks:**
- Add MIME type validation to restrict file uploads to …
-
Hello, I recently used your dataset to do some research. I saw you compare with CHESS and DIN-SQL in https://spider2-sql.github.io/. Could you please provide corresponding baseline codes.
Additio…
-
```
It would be nice to have query templates for frequently used SQL queries
predefined in the configuration (per database perhaps).
```
Original issue reported on code.google.com by `dmitry.f...@gm…
-
Enabling druid.sql.planner.requireTimeCondition results in valid join queries being blocked.
Example -
SELECT distinct T1.dim1, T2.dim2 FROM
(SELECT dim1 from druid.foo WHERE …
-
```
It would be nice to have query templates for frequently used SQL queries
predefined in the configuration (per database perhaps).
```
Original issue reported on code.google.com by `dmitry.f...@gm…