-
Hi,
I got the following error in orchestrator.log
2019-08-21 08:22:33 ERROR Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the…
-
# Environment:
MySQL version: 5.7.18
Operating system: Win7x64;Win10x64;debian8x64
Pomelo.EntityFrameworkCore.MySql version: 1.1.2
NetStandard 1.4
# DbContext::OnModelCreating:
```csharp
mode…
-
DMLs can be prefixed by statement hints.
https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax#delete-statement
```
[statement_hint_expr] UPDATE table_name [table_hint_expr]…
-
There are problems with get items api.
I'm trying to get items by ID or label, but getting the understanding error in my php-fpm logging:
PHP Fatal error: Uncaught Exception: You have an error…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
IoTDB v1.3.2 in docker on MacOS
### Describe the bug and…
-
Hi, thank you very much for developing this bundle! When importing, we get the following error statement:
```
[OK] Inserted new tl_user instance for LDAP person " (uid: bmxxsavi)".
20:13:3…
-
The error goes out to the sql file instead of the error log.
```sh
echo "foobar" | sqlfmt > formatted.sql 2> error.log
```
`formatted.sql`:
```text
at or near "bananagram": syntax error
```…
-
Hi. @npgall
The value of the field `name` is a fuzzy `pattern`, such as `John%`; I use SQL: `SELECT * FROM cars WHERE 'John Nash' like name`, but it throws an exception. I need your help! Thanks …
-
Hello,
I have encountered an issue related to date type casting in ClickHouse. In other SQL databases, I am accustomed to using `::date` for type casting, but it seems that ClickHouse does not supp…
-
I am not sure when this changed, but currently running SQL chunks in R only allow one statement at a time. This is to avoid SQL injection.
MANY chunks in [BNA-Europe.Rmd](https://github.com/loreabad…