-
## [SIP-115] Proposal for Pre SQL block for virtual datasets
### Motivation
Currently huge piece of SQL functionality couldn't be used in virtual datasets due to the fact that dataset query is b…
-
**Describe the problem**
[There is a comment](https://github.com/cockroachdb/cockroach/blob/bc5db235a2fa5aa2b9b4ffa4ada6d697b0919921/pkg/sql/sem/tree/walk.go#L1971) describing that `walkStmt` actuall…
-
## Problem
We can describe `Unsupported` field types in Prisma schema, eg `Point` field type like this:
```js
model Locality {
id String @id @default(cuid())
na…
-
Currently we do not allow expression indexes to reference computed columns. This restriction comes from the restriction that computed column cannot reference other computed columns, presumably to prev…
-
## What is the current behavior?
`colB.ilike('%value%')` produces `lower(colB) LIKE lower('%value%'`)
## What is the desired behavior?
`colB ILIKE '%value%'
## How would this improve `snowflak…
-
When you use the `JSON_OBJECT()` function from the SQL standard (implemented in PostgreSQL 16), the formatter removes/does not insert a space between the `:` delimiting the key and value, which makes …
-
This fails to parse, but it can be successfully executed by SQLite (after providing a value for the parameter):
```
#[test]
fn go() {
use sqlparser::dialect::SQLiteDialect;
use sqlparse…
-
The following query causes CockroachDB to loop forever delivering results to the client:
```
WITH RECURSIVE x (n) AS (SELECT 1 UNION ALL SELECT count(*) FROM x) SELECT * FROM x;
```
Postgres r…
-
### Check for previous/existing GitHub issues
- [X] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/sql/server
### (Optiona…
-
### What is the problem the feature request solves?
When running TPC-H q1 in Spark/Comet, the expression `l_extendedprice#21 * (1 - l_discount#22)` appears twice in the query and currently gets e…