-
Here `WITH` depends on `b` which appears only in the first subquery, while `enable_global_with_statement` pushes it in the second (inner-most) subquery too where b does not exist.
```
with b as c …
-
There are a few limitations that we could overcome as needed. I'm listing all of them in a single issue for the time-being. As we decide to implement, we could create separate issues and fix them one …
-
snapshots fail on greenplum because it relies on an older version of postgres. equivalent issues for dbt-postgres: https://github.com/dbt-labs/dbt-core/issues/1665 https://github.com/dbt-labs/dbt-core…
-
First of all, thank you for your efforts. The library is really of great use for my work and the mechanism with the static lineage analysis works really very well.
Unfortunatly I've found a situatio…
-
[RFC1341](https://www.w3.org/Protocols/rfc1341/5_Content-Transfer-Encoding.html) states:
"The Quoted-Printable encoding REQUIRES that encoded lines be no more than 76 characters long."
If we pass …
-
Dosud jsme neřešili oprávnění jinak, než že se kontrolovalo, že je uživatel přihlášen, popř. že pracuje s vlastními záznamy.
Known issue bylo jen seedování, kdokoliv mohl pustit znovu seed, pokud šel…
-
fdgdfgdfg
-
Query:
```
SELECT orderkey * 2 orderkey
FROM (
SELECT orderkey
FROM orders
UNION ALL
SELECT orderkey
FROM orders
)
UNION ALL
SELECT orderkey
FROM orders
```
Plan:
```
…
-
At the moment for the page
`en.wikivoyage.org/wiki/Magellan-Elcano_circumnavigation`
produces in xowa-gui
![breadc1](https://user-images.githubusercontent.com/861631/68282148-00073c00-0071-11ea-859…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Repro…