-
### What happens?
Perhaps this is a well-known issue, but in case not, contrast the result of these two queries:
```sql
with recursive cte(i,s) as (
select 1 as i, [[1, 2], [2, 3], [2, 3, …
-
### Problem
I want to **eager** include Files list to CTE result
Comment entity:
```c#
public class Comment
{
[Key]
public int Id { get; set; }
public string UserName { g…
-
### Is your feature request related to a problem? Please describe
Thanks for this package! Is it possible to have the start of a CTE definition on a new line?
The current behaviour is that a CTE…
-
pkg/ccl/testccl/sqlccl/sqlccl_test.TestExplainGist [failed](https://tanzanite.cluster.engflow.com/invocations/default/81e702c9-a29e-4aee-8d89-2a607de49e50?testReportRun=3&testReportShard=2&testReportA…
-
### What happens?
Consider the following program:
```
create or replace function s(str, re, replacement) as table (
(with cte as (select regexp_extract(str, re, ['head', 'tail']) as r)
sel…
-
**Use case**
When defining resource-heavy computation in a CTE and then referencing it multiple times, ClickHouse just blindly runs the CTE as many times as many times it was referenced.
Postgre…
-
Given an M2M model which uses a `db_column`, the SQL code generated by `django_cte` does not account for the column name. I'd expect a CTE join to join on `oid` in the example below as that is the `db…
-
### Feature hasn't been suggested before.
- [X] I have verified this feature I'm about to request hasn't been suggested before.
(closed one, and related ones but not that complete)
### Descri…
-
### Version
1.27.0
### What happened?
Resolving references to multiple CTE's with arguments fails.
This is a duplicate of #3219, but 3219 has been closed even thought the issue still persi…
-
### What do you want to change?
`sqlc.embed` does not recognize type from CTE (see [repo link](https://play.sqlc.dev/p/7c9e36e812b6f29ac404facbad355adc13a3e7406d2e106d2cf3f4a09355055d))
I have 2 e…