-
Commit d49513c899f310b2142a6c09c13390cc6519f640
When I input obnova sadů into the fct Text search field, it gives me
Could not process your request because of an unexpected error.
Diagnostics
SQLS…
-
Currently, there are many SQL statements that a user might want to use, that are not expressible in Sclojure (e.g. CTEs in Postgres https://www.postgresql.org/docs/9.1/queries-with.html).
Of course t…
-
Hey,
So I have this working fine however when running in sql_mode=only_full_group_by (as default on MySQL version 5.7.17) an error is returned of: Expression #1 of ORDER BY clause is not in GROUP B…
-
Putting a `Vector[number]` through SQL turns it into `Array[number]`. How do I turn it back? I tried `v.toVector` in a derive box, but I get `Unsupported type TypeTag[Array[Double]] for input paramete…
-
### Is your feature request related to a problem or challenge?
Our database uses `sqlparser` to parse a custom SQL statement, and we skip the logical plan to directly construct an execution plan wi…
-
```
What steps will reproduce the problem?
1. Add a role.
2.Compare DBs
What is the expected output? What do you see instead?
According to BOL, "CREATE ROLE" does not have "WITH PASSWORD" option and…
-
**Describe the bug**
When I query with an non 0 offset, I get the following error:
```
{
"error": "Error: Parse error at line: 4, column: 184: Incorrect syntax near 'OFFSET'.",
"requestId…
-
### Short description of current behavior
Important note, I have a 4 months old Mindsdb docker image where everything works perfectly fine. This bug is related to newer versions only.
1. Create …
-
### What did you do?
1. Created a new in-memory database
2. Executed SQL
~~~sql
CREATE TABLE "paths" (
"prefix" TEXT,
"name" TEXT NOT NULL,
"paths" TEXT GENERATED ALWAYS AS ("prefix" || …
-
MySQL 5.7 and SQLite 3.30 do not support the empty grouping set specified by the SQL standard.
The syntax for it is,
```sql
GROUP BY ()
```
-----
The correct behavior for `GROUP BY ()` is …