-
**Is something not working as expected?**
Unable to run gramex locally
**Steps to reproduce.**
- Step 1: Install gramex using the steps listed [here](https://gramener.com/gramex/guide/install/#co…
-
The https://duckdb.org/docs/api/cpp.html page says:
> The `MaterializedQueryResult` instance contains firstly two fields that indicate whether the query was successful. `Query` will not throw excep…
-
Note: Same issue replicate for all pages (Reports) in the application.
Impact on a Person with Disability (PWD):
Color sensitive users are unable to read the content present on the page, as conten…
-
## Problem
'Union' and 'Union all' have no support yet in Prisma. Both of these syntaxes in Postgres / Sql Server and MySQL offer very compelling performance (up to 60x-300x in some cases within our …
-
### Bug description
If you perform two different types of alteration on a table for instance renaming a constraint and altering the data type of a column then `prisma migrate dev` will generate inc…
-
When a field has the name of Sql reserved keyword, trino fails to quote the word which results in JsonMappingException.
For example, the sample query with the word "end" will fail:
```
CREATE TABLE…
-
#### Nome da API
Consultas SQL
#### Descrição da API
Este serviço disponibiliza as Visões de Dados da Linha RM.
#### Produto
TOTOVS RM
#### Agrupador de negócio
- [ ] Agroindústria
-…
-
Currently a chain is setup with a genesis spec, which has to be carried along all runtime and node upgrades, maintaining compatibility for all future upgrades but already defining a lot of initial sta…
-
### What happens?
when running
```
s3_parq_path=f"s3://{s3_bucket}/{s3_path}"
con.read_parquet(s3_parq_path)
```
there is no problem
However when running (as suggested in duckdb [docs](https…
-
For a 64 core machine at a cycle count of ~16M, Jolt spends ~1.8% of its time in a segment called compute_chunks_opreands [here](https://github.com/a16z/jolt/blob/main/jolt-core/src/jolt/vm/mod.rs#L51…