You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Add scalar type Int53 for 53-bit integers (the safe-integer range of JavaScript)
Feature: Add scalar types Decimal1, Decimal2, and Decimal3 with a range from -1 000 000 000 to 1 000 000 000 that round to 1, 2, or 3, respectively, decimal digits.
Feature: Add support for @relation(onDelete: RESTRICT / CASCADE)
Bugfix: Fix filtering by id with flexSearch
Bugfix: Fix lt/lte/gt/gte filters with null filter value in flexSearch
Bugfix: Fix flexSearchExpression and flexSearch _contains_prefix filters with a non-empty string but no tokens (e.g. -)