Skip to content

Commit 12d0125

Browse files
github-actions[bot]srenatus
authored andcommitted
Version Packages
1 parent ce6cf75 commit 12d0125

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/nasty-ravens-pay.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/ucast-prisma/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @styra/ucast-prisma
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 73b18d1: ucastToPrisma takes primary table to project conditions
8+
9+
Previously, the conversion logic for OR conditions was faulty.
10+
It's not possible to properly translate OR conditions to Prisma
11+
query filters without knowing the primary table of the query.
12+
13+
That table is now passed as an argument to ucastToPrisma.
14+
315
## 0.0.2
416

517
### Patch Changes

packages/ucast-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@styra/ucast-prisma",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/StyraInc/opa-typescript.git",

0 commit comments

Comments
 (0)