-
### The problem
I've tried upgrading to 2024.8.0, but started receiving 2 notifications at startup, regarding a database migration error. I'm at a loss on how to fix this situation.
### What version…
-
```
The installer shows only mysql and sqlite* as a supported database engine. I've
found "postgresql" directory inside the application archive. So, is the
PostgreSQL supported or not?
(root@dzien…
-
### Bug description
When working with Time (not DateTime), creating/updating with prisma requires a use of Date object, which doesn't really make sense.
### How to reproduce
1. Create a schem…
-
Trying to use `createMany` with SQLite in tests results in the following panic in tests when using JSON protocol:
```
thread '...' panicked at query-engine/connector-test-kit-rs/query-tests-setup/…
aqrln updated
10 months ago
-
`update` does not work with the new Experimental syntax, even though it probably should!
Unfortunately, support for fancier `update`s differs across backends. [MySQL](https://dev.mysql.com/doc/refm…
-
### Bug description
The generated type for an `in` nullable filter allows `null` to be passed in place of an `Enumerable`.
Doing so causes the query to fail to be validated by the engines.
…
-
SQLPro for SQLite seems to use an outdated SQLite version on my system, maybe the one bundled with macOS.
Is there some settings to update the engine ? I would like ideally to use the version I ins…
-
Reproducer:
```
$ echo 'CREATE TABLE _kv(k TEXT, v TEXT, PRIMARY KEY (k));' | sqlite3 tmpdb.sqlite3
$ echo '{"max_ts":123456}' > test.json
```
Using: ClickHouse local version 23.12.2.59 (offi…
-
### Bug description
In view of logics, an empty `OR` condition (`{ OR: [] }`) should return nothing. For simple cases, this is correctly implemented by Prisma. (cf. https://github.com/prisma/prisma…
uhyo updated
9 months ago
-
### 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…