-
```csharp
using System.Linq.Expressions;
using Microsoft.EntityFrameworkCore;
using var db = new MyContext();
var parameter = Expression.Parameter(typeof(Havit), "o");
var equal = Expression.Equal(Ex…
-
### Is your feature request related to a problem?
I am trying to use the SQL expression for multiple CTE but the `Table.sql` only allows for a single table.
### What is the motivation behind you…
-
Running:
```
dsync -i 'src/schema.rs' -o 'src/generated_models' -c 'diesel::pg::Pg' --single-model-file
```
Which produces a bunch of files with a bunch of errors.
### 0
For example, this on…
-
I need assistance with an expression for syslog. I have firewall syslog messages example:
```
Teardown TCP connection 1067175433 for inside:10.1.5.21/60506 to outside:35.184.35.160/443 duration 0:01…
-
### Contributions
- [X] I have read the contribution docs, and understand what's expected of me.
### Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/reference/resource…
-
Spark supports using arbitrary SQL expressions within a plan using the [expr](https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.expr.html) function.
-
### Description
In the .yml files, we allow you to specify a `SQL` expression for a metric. We should allow the same thing for custom metrics.
This would allow users to write metrics like:
`…
-
When I execute `python create_logicalforms.py --flatten_mode preorder`
Then raise exception:
```bash
File "/home/share/1/tableDepo/data_processing/sql_parser.py", line 670, in
all_keys…
-
### 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
### …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
create table t(d1 double, f float);
insert into t values(0,…