-
## Enhancement
Now TiDB does not support the following `SELECT ... INTO` syntax:
```
tidb> select * into outfile 'abc' from test.t;
ERROR 1064 (42000): You have an error in your SQL syntax; ch…
-
I had a problem with the parsing of my SQL query, containing a TIMESTAMPDIFF() function.
In fact, the unit "MONTH" is parsed as a "colref" while it's clearly a UNIT (i don't know if "reserved" is appr…
-
#### System information:
- Operating system (distribution) and version: Windows 10
- DBeaver version: devel version
#### Connection specification:
- Database name and version: Exasol 6.2.12
…
-
Parsing a `GRANT` statement fails if that statement contains "resource_option" as described here:
https://dev.mysql.com/doc/refman/5.6/en/grant.html
> 1. What did you do?
We run a fork of `gh…
-
Spark has this [comment](https://github.com/apache/spark/blob/0d1b5975b2d308c616312d53b9f7ad754348a266/pom.xml#L210C1-L211C43) in its pom.xml:
```
4.9.3
```
Inside our company we use…
-
## Bug
#### Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
### Describe the problem
Spark 3.5 depends…
-
-
testarchiver --dont-require-ssl --clean-team DEV --keep-months 6 --no-keywords --no-keyword-stats --ignore-logs-below INFO --config db_config.json --format robotframework --team DEV --series "12345#$…
-
# Bug Report
```xml
```
Runtime version`netcoreapp3.1`
## Symptom
I tested SqlClient instrumentation with a dummy app and noticed
…
-
On the client side, comments are not ignored when parsing out the result map variables for the Database Reader. This may cause the variables shown in the Post-Process SQL section to be incorrect, and …