Prisma1 Versions Save

? Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

1.34.1

4 years ago

Fixes

  • #4716 The Mongo Connector was storing the Id twice when it was user provided
  • #4412 Internal server error when creating a type that only contains a sequence id

1.35.0-beta

4 years ago

1.34.0

4 years ago

1.34.0-beta

4 years ago

1.33.0

4 years ago

Fixes

  • ca58c4222bc054e66d24595a359a9a1d1912d832 fix(introspection): Rename linkTable to relationTable
  • f0f8f634776071146f759675303d85c5f143e8ad CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.
  • 305e17b fix(delete): message
  • #4508 Bug when using self-relations with inline ids
  • #4452 Bug when using self-relations with inline ids
  • #4509 WhereUniqueInput silently ignored inputs after the first
  • #4421 Using Int Ids on Postgres would not resolve list values

1.32.2

4 years ago

Fixes

  • The CLI incorrectly printed requests

1.30.4

4 years ago

Fixes

  • The CLI incorrectly printed requests

1.32.1

4 years ago

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

1.30.3

4 years ago

Features

  • introduced the new optional config property queueSize which controls the number database actions that can be submitted to the database. It is only relevant for SQL connectors. The default setting is 1000.

1.33.0-beta

4 years ago

Fixes

  • ca58c4222bc054e66d24595a359a9a1d1912d832 fix(introspection): Rename linkTable to relationTable
  • f0f8f634776071146f759675303d85c5f143e8ad CLI/gen-schema: No more generation of query, mutation, subscription for relationTables.
  • 305e17b fix(delete): message