-
### Describe the bug
Here's my code
```js
let db = await Database.load(`mysql://${username}:${password}@${host}:${port}/information_schema`)
let res = await db.select(`SELECT * FROM INFORMATION_SC…
-
Or at least it did when I tried to run it ~2 weeks ago. The `l2_candidates` subquery seemed to be the culprit. I started looking into how it could be sped up but didn't solve it before I went OOO. Goi…
-
I am using Spring Data R2DBC with a PostgreSQL database. My goal was to use `CriteriaDefinition` to describe a query for a column of type `text[]` in PostgreSQL. Specifically, I wanted to perform …
-
### Description
![CleanShot 2024-10-30 at 13 37 37@2x](https://github.com/user-attachments/assets/4f10b7d1-4872-4674-9a07-fd708aeb1da0)
### Steps to Reproduce the Bug or Issue
1. Go to custom SQL…
-
### Backend
VL (Velox)
### Bug description
After executing the SQL, if I exit the spark-sql command line using Ctrl+C or quit command, a core dump occurs. https://github.com/apache/incubator-…
-
### Is your feature request related to a problem?
This first step of consolidating the PPL spec into a single repository which will be deployed as an independent artifact.
### What solution would …
-
### Description
After reviewing the current table statement implementations, I noticed that some types are not yet supported, including `BOOLEAN `, `ENUM `, `SET`, and `JSON`. I would like to contr…
-
### Context
To the extent it's possible, we should use API endpoints to make changes to the database, never direct SQL edits.
From [@maxachis here](https://github.com/Police-Data-Accessibility-P…
-
Right now we have no way of expressing SQL check constraints in our schema. We need a spec for this that we can implement in the future.
-
**Describe the problem**
The declarative schema changer fails to build a proper plan when adding and dropping columns in separate statements within the same transaction.
**To Reproduce**
```
…