-
Please add "Area" label and repro steps before submitting.
-
### Describe the bug
I tested ZAP with 41 test cases, and from these, ZAP incorrectly issued 9 SQL Injection warnings. My test suite included cases that actually involved SQL Injections as well as ca…
-
win10 node 22.1.0 go 123.3
when I run
go run main.go
the following error is raised
..\..\sql\setup.go:17:2: no required module provides package github.com/delaneyj/realworld-datastar/sql/zz; to ad…
-
### Describe the bug
df.parse_sql_expr does not handle expression aliases, for expressions like
```rust
df.parse_sql_expr("col0 as new_col0")
```
it will return `col(`col0`) expression
### …
-
我确定我输入的邮箱密码都是正确的,但无法进入后台
Docker-Compose 模板文档:(敏感信息用***表示)
```
services:
AiPan:
container_name: ${CONTAINER_NAME}
environment:
ADMIN_EMAIL: ***@gmail.com
…
-
I think it could be very useful to have a QSQL, or being optimist it could become an standard for vector databases, VSQL?
Instead of dealing with JSON in qdrant http api or all the methods in Python …
-
### What happened?
After some requests the emulator gets into an error state and respond Internal Server Error for every single new request.
The error is thrown when invoking `server.metaRepo.Fi…
-
**Failed SQL**
SELECT sum(CASE WHEN indicator_nm IN ('[REPLACED]') THEN 1 ELSE 0 END) AS asdf FROM pregnants_view LIMIT 1001
**Logical Plan**
-
**Version:**
0.34.52
**Additional context**
…
-
**Spell editor version**
2.2.0
**Describe the bug**
SQL exports for spell.dbc include fields such as "ID_DDD" and "DISPEL" where the database is expecting "ID" and "Dispel_Type". This is the same…
-
# Feature request
Currently there are no easy way to test supabase queries in unit test. The pg-gateway + pglite still doesn't work with postgrest, even if it does then you have to spin up pg-gateway…