Santiago Archila

Results 5 issues of Santiago Archila

## Bug description I followed the [default location for partials](https://github.com/RobertCraigie/prisma-client-py/blob/2a5b904/docs/reference/config.md?plain=1#L52) / [documented recommendation](https://github.com/RobertCraigie/prisma-client-py/blob/b80cf2c/docs/getting_started/partial-types.md?plain=1#L24) and created a `prisma` dir in my project, placed my partials definitions in `./prisma/partial_types.py` and ran `prisma...

I feel like as the document grows, it would be helpful to have some form of organization to help people navigate the information. Perhaps the easiest is to just organize...

**Failed SQL** The SQL does not _fail_, but it does return the incorrect results. In the EXPLAIN example below, it should have found a corresponding row, but instead returned no...

api:sql

**Failed SQL** Found an odd discrepancy when testing generated queries against our test Cube instance. This one was interesting because it only failed when there was no SQL `LIMIT` in...

bug
api:sql

**Failed SQL** I'm seeing some issues when using timestamp EXTRACT. See below: ```sh # It works if I write the query out like so: > SELECT EXTRACT(YEAR FROM created_at), order_count...

question