-
There are two ways to reproduce this error.
1. Download the attached files of the saved input and expression. Then run `velox/expression/tests/velox_expression_runner_test --input_path "/home/weihe/f…
-
There appears to be a bug when using StartsWith() method in a LINQ query:
`var customers = _ctx.Customers.Where(c => c.CustomerName.StartsWith("a")).ToList();`
You have an error in your SQL synt…
-
I create a simple query like below:
```
var query = session.Query()
.GroupBy(x => x.ProductId)
.Select(g => new { ProductId = g.Key, MinPrice = g.Min(p => p.Price) })
.OrderBy(o => …
-
I'm using MySQL 5.7.24 in a percola cluster of 3 master-master.
When I run the script my2.sql I do have a lot of error 1055 like this one :
`[Err] 1055 - Expression #1 of ORDER BY clause is not in G…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
ClickHouse uses `a.N` Notation, where N is an int…
-
**Failed SQL**
I'm seeing some issues when using timestamp EXTRACT. See below:
```sh
# It works if I write the query out like so:
> SELECT EXTRACT(YEAR FROM created_at), order_count FROM public…
-
In SQLite, the type is completely ignored (type affinity) when we use `AS` for computed columns. For example, this is valid:
```sql
create table t (i int, j geeeenerattteeeeed as (i));
pragma tab…
-
We soft delete rows, and I am wanting to exclude the soft deleted row from been returned without having to write extra code to check all the IsDeleted flags and nulling the objects.
I would l…
-
AWarning: Textual SQL expression 'null' should be explicitly declared as text('null') (this warning may be suppressed after 10 occurrences)
{"expr": util.ellipses_string(element)})
-
Tamas and I discussed this last week.
It's goofy that temporal bucketing operations are done on options of the `:field` clause itself. It's also a little confusing, because something like
```clj…