-
## Description
## Implementation Considerations
## Deliverable
## Dependencies
depends on #
``` [tasklist]
### Acceptance Criteria
- [ ] Criteria 1
```
-
**Is your feature request related to a problem? Please describe.**
Transforming data within a Database (input/output is the same database) with Spark is inefficient, as we need to read the data from …
-
Do you have any plans to add an engine for Microsoft SQL Server?
-
**Is your feature request related to a problem?**
This Issue is part of the campaign to [consolidate](https://github.com/opensearch-project/piped-processing-language/issues/23) PPL into a single gram…
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
### Version
1.27.0
### What happened?
```
version: "2"
sql:
- schema: ["sql/schema/*.sql"]
queries: ["sql/query/*.sql"]
engine: "postgresql"
database:
uri: ${DB_URL}
…
-
### What do you want to change?
**Question:**
Hi, I’m using `sqlc` in my project, and I have a modular service structure like this:
```
service/
├── auth/
├── customers/
├── products/
├─…
-
### Version
1.27.0
### What happened?
When overriding int8 to uint it is not respected when using syntax like `.... _id = ANY($1::int8[])`;
Generated function creates int64 parameter instead of ui…
-
### Is your feature request related to a problem?
The purpose of this RFC is to consolidate all the different PPL execution engines usage of the PPL specification (ANTLR) and the query to AST constru…
-
### Version
1.27.0
### What happened?
I want to filter query results based on certain parameters when retrieving data, but a syntax error occurs when setting the parameter data types.
### Relevant…