-
### Discussed in https://github.com/prisma/prisma/discussions/23947
Originally posted by **Cat7373** April 24, 2024
### Question
My model is defined as follows:
```prisma
model User {
…
-
我在尝试写支持异步的pipeline,以提高保存数据速度,但是我发现loop没法嵌套,如果我在pipeline创建一个loop会抛出这个错误:
`This event loop is already running`
我尝试使用**nest_asyncio**进行补救,但是发现这样起来效率并不高,同步和异步的插入速度差别不大。
以下是我的代码参考
```
from motor.m…
-
Hello @Shenoudafarouk,
I hope you're great and sound. I think there is a bug with Sign up process, after checking the console-logs I think the error comes from _kayak_kafka_backend/mysql/mysql.js_. E…
0xisk updated
4 years ago
-
Hi I've been experimenting with switching my codebase over to using SQLx but have been hitting a few niggles with the handling of JSON fields...
I've been wishing I could avoid the implicit deseria…
-
### Discussed in https://github.com/prisma/prisma/discussions/14181
Originally posted by **ansarizeeshan** July 5, 2022
### Bug description
I am trying to connect to MySQL data : 5.7.33 an…
-
**Issue type:**
[ ] question
[X] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
### Issue:
When using Hangfire.Pro with MySQL (Hangfire.MySqlStorage) I'm facing a problem were all batches will be stuck at Processing state but if I instead create a single recurring or backgroun…
-
show the item 2 times like 2 breads 2 waters etc etc
-
**[FireDAC][Phys][MySQL] Unknown column 'L' in 'where clause'.**
```
[0165BA5F] FireDAC.Phys.MySQLWrapper.TMySQLSession.ProcessError
[7508FA6C] KERNELBASE (possible FreeLibraryAndExitThread+156)
[016…
-
Currently the session provider reads out session data in a blocking way. This is okey but not an option if we want to go for a full non-blocking websocket server. Creating an deferrable interface woul…