Alberto Schiabel

Results 301 comments of Alberto Schiabel

I confirm that `ON DELETE SET DEFAULT` is supported in `CREATE TABLE` statements for the following database versions: - `mysql:8` and beyond - `mariadb:10.9` and beyond (possibly earlier versions as...

I have just found out that `MySQL 8.0` [docs](https://dev.mysql.com/doc/refman/8.0/en/create-table-foreign-keys.html#foreign-key-referential-actions) report the following: > `SET DEFAULT`: This action is recognized by the MySQL parser, but both [InnoDB](https://dev.mysql.com/doc/refman/8.0/en/innodb-storage-engine.html) and [NDB](https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster.html) reject table...

I have summarised my findings in [this internal notion doc](https://www.notion.so/prismaio/SetDefault-referential-action-on-MySQL-68d7bdbe6fc947cf8829d7ca7dc2b001).

We have realized that providing support for the `SetDefault` referential action on the `mysql` provider is problematic, as MySQL never truly supported such action. This means that the following schema,...

Closing this issue in favor of https://github.com/prisma/prisma/issues/16259, which will implement warnings in this issue's scenarios, as to avoid breaking changes.

Hi @abettadapur and @jared-dykstra, any update on this yet?

Adding the following: - idempotence - impervious - idiosyncrasy

I appreciate @clearloop's contribution to this issue. The problem, however, is that we still cannot use `#[wasm_bindgen(typescript_type = "...")]` for `struct`s that use features not allowed by `wasm-bindgen`, like the...

Hi everyone, what would be needed to unlock this feature?