-
## 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?
-
### 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}
…
-
### 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…
-
### 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…
-
### Version
1.27.0
### What happened?
I wanted to use `sqlc compile` to check sql syntax errors, but I didn't get what I expected.
The following schema and queries were copied from sqlc documen…
-
@timtebeek
Spring. JPA Query migration Recipe:
Recipes to transform SQL queries between cross DB engine.
Example: DB2 SQL Query
SELECT … MINUS SELECT …
--
Example: Postgres SQL
SE…
-
Hello! Thank you for amazing development approach and automation tool for it!
I have a complicated puzzle like this
```python
# ~ @todo #7 Engine objects.
# ~
# ~ To my understanding we have …