-
### 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
### …
-
It seems like some profession trainers were missed. Just to give an example, in zone_durotar.sql, the first aid trainer. [Rawrk](https://www.wowhead.com/classic/npc=5943/rawrk), is changed from using …
-
**Describe the bug**
On only one environment we are unable to migrate our latest script. The script itself appears to run but then it chokes in "InsertScriptRun"
**To Reproduce**
Unsure of the ca…
-
### Backend
VL (Velox)
### Bug description
run sql : insert overwrite table xx partition (ds = 'xx') select * from xx . There is an error message:
```
org.apache.spark.SparkException: Task faile…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
SET sql_mode='NO_BACKSLASH_ESCAPES';
DROP TABLE IF EXISTS `…
-
On SQL results window, when Fpressed you will get "Value-Panel".
On clicking "content viewer settings" you can select different coloring settings.
I really miss SQL option here, would be great to h…
-
### Describe the bug
In the source code, I noticed that ZAP is supposed to detect Union Based vulnerabilities. However, when I tested ZAP with 30 test cases, most of which included Union Based SQLi v…
-
### Error Message and Logs
init sql connection err: default addr for network 'qc4cck048kg4oog84ww48g4g:3306' unknown
### Steps to Reproduce
1. Deploy MySQL
2. Deploy an app that connects to MySQL …
-
Is there a way to use
SELECT SQL_CALC_FOUND_ROWS
column ORDER BY ASC LIMIT 5 OFFSET 0;
SELECT FOUND_ROWS();
no Mojo::mysql?
I already searched and couldn't find it, chatGPT just gives wrong…
-
Olá estou tendo este problema ao executar este sql atraves do entity framework core, isto não ocorria no .Net 6 to testando para migrar o projeto, tem alguma dica de solução?
Hello, I'm having this…