-
For favorites :
(SHOW)
1) Get UserID from Code
2) SELECT DISTINCT V.VenueName
FROM Boozehound.Venues As V, Boozehound.Favorites AS F
Where f.venueid = v.venueid
…
-
### Describe the new feature
*This is related to bug #3772*
Any unsaved SQL query should be saved to a temporary file before execution or when leaving the edit tab. If the application crashes, or …
-
### Is your feature request related to a problem or challenge?
It is helpful to have sampling support for queries to ease the exploration of data.
### Describe the solution you'd like
It should be …
-
-
The stats jobs are running and continuously failing, creating a lot of noise in the logs.
```
I241120 15:14:45.919372 536844 sql/distsql_plan_stats.go:206 ⋮ [T4,Vdestination-tenant-readonly,n3,job=…
-
### How do you use Sentry?
Sentry Saas (sentry.io)
### Version
1.39.1
### Steps to Reproduce
When using the encode/databases package for async database access in FastAPI, queries are no…
-
说明:
- 版本:V6.5.3
- 3个子查询left join,查询结果会不一致,有的时候会丢失一条
- 参数优化:
```
set session tidb_isolation_read_engines='tiflash';
set @@session.tidb_enforce_mpp=1;
set @@tidb_opt_agg_push_down = ON;
set @@ti…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
There are many use cases in which tables are self referential and the only way to evaluate the contents of the…
rchui updated
2 weeks ago
-
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 …
-
## Description
SQL queries displayed on the Datastores page in APM are truncated at 2,000 characters by default, as per
https://docs.newrelic.com/docs/apm/agents/java-agent/configuration/java-agent…