-
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
…
-
Query:
```
SELECT orderkey * 2 orderkey
FROM (
SELECT orderkey
FROM orders
UNION ALL
SELECT orderkey
FROM orders
)
UNION ALL
SELECT orderkey
FROM orders
```
Plan:
```
…
-
```
/* find all instances of track number appearing > 1x in track metadata related to tracks in folder */
SELECT __dirpath || " - " || track item,
__dirpath,
count(__dirpath || track…
-
fdgdfgdfg
-
-
https://dev.mysql.com/doc/refman/8.0/en/with.html#common-table-expressions-syntax
-
### 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…
-
**Case 1**: for objects of type synonym, the following disjunction voids the filter on `owner` :
```
where (owner = :OBJECT_OWNER or upper(replace(:OBJECT_TYPE, 'plscope-utils-')) = 'SYNONYM')
```
…
-
-
**Describe the bug**
Observed a case where when the query string is long, Package is taking more time to render data. Also ran a profiler and checked that database is returning result instantly (less…