-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
#### Summary
```php
$queryBuilder->addWith('name', $this->cre…
-
- [x] `db.tables`: create a query builder object and set the table name.
- [ ] #151
- [x] `qb.insert`
- [x] `qb.insert_default`
- [ ] `qb.insert(sub_query)`: #146
- [x] `qb.select`
- [ ] `qb.fr…
-
### Apache Iceberg version
1.6.1
### Query engine
Spark
### Please describe the bug 🐞
I have a custom Catalog implementation that overrides [`TableOperations.locationProvider`](https://github.com…
-
### Description
In SQL runner, I want to be able to highlight a part of the query and when I `run query`, it just executes teh part of the query that's highlighted.
This is really helpful w…
-
### Environment
- Oban v2.17.10, Oban.Pro v1.4.9
- Elixir 1.16.2 (compiled with Erlang/OTP 26)
### Current Behavior
Previously, we had a queue declared in following way:
```elixir
my_queue…
up2jj updated
3 weeks ago
-
I don't actually know if this is a bug with this extension or in delta-kernel-rs (or maybe I'm doing something wrong?)
Test table created with pyspark:
```py
import pyspark
from delta import *…
-
**Describe the problem**
The latest version of the CockroachDB v24.2.3 encounters Internal Error when executing the following query:
```sql
TABLE POSITION ( NULL IN 'abc' ) NATURAL JOIN POSITIO…
-
**Describe the problem**
The latest version of the CockroachDB v24.2.0 triggers Internal Error when executing the following query:
```sql
CREATE TABLE v0 AS SELECT ALL;
TABLE v0 EXCEPT DISTINC…
-
**Describe the problem**
The latest version of the CockroachDB v24.2.0 encounters Internal Error when executing the following query:
```sql
CREATE TABLE v0 ( c1 ) AS ( WITH ta2 AS ( EXPLAIN COM…
-
Hello,
Im trying to implement an in memory cache which looks at the following function. The goal is to have a cache for the same types of fromdate and todate queries that are called with the functi…