-
## Problem
In Postgres you can set a user for a connection on the database:
```ts
await prisma.$executeRaw(`SET current_user_id = ${currentUser.id}`)
```
This SET can then be used in co…
-
---
**Core Concept/Theory**
A clear and concise description of what the concept is. Ex. It would be cool if [...]
- It would be cool if we redesigned the Jukebox application using TailwindCSS and…
-
### Model Specific Updates
- [x] Select date entry where `field_id` is not null (if `field_id` is present)
- [x] Predict model on a certain field (and upsert into Supabase)
- [x] Reroute OpenWeathe…
-
So I'm opening the self-hosting thread.
## Current architecture
First an architecture overview. Excalidraw is made of three main parts at the moment.
- The client, what you see when you visit `…
-
Just as the title says, everything was going smoothly until it reached that particular sql migrastion file `20240108234545_add_file_items.sql`. And then it fails with unexpected EOF error
![Cle…
-
**Describe the bug**
After update to v1.183.5, get this error when starting supabase cli: (local dev) ... now downgraded back to 1.178.2, get these errors:
with downgraded v1.178.2
```
supabas…
-
Right now with Prisma, you can query across one schema at a time but in many cases, you need to query across multiple tables stored across multiple database schemas.
We need to make certain product…
-
# Bug report
## Describe the bug
Can't access my file after a move action
## To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- create a file
…
-
### Link to reproduction
https://github.com/iiskakov/is-it-really-one-click-though
### Environment Info
```text
"payload": "3.0.0-beta.68"
"next": "15.0.0-canary.77"
```
### Describe the Bug
Wh…
-
## Problem
Generated columns are currently not supported. ([PostgresSQL](https://www.postgresql.org/docs/13/ddl-generated-columns.html), [MySQL](https://dev.mysql.com/doc/refman/5.7/en/create-table…