-
[`maskQuery`](https://github.com/prisma/prisma/blob/main/packages/engine-core/src/common/errors/utils/maskQuery.ts) function attempts to mask users private data from a GraphQL query that is posted to …
-
1. Prisma version (`prisma -v` or `npx prisma -v`):
```
Environment variables loaded from .env
prisma : 3.1.1
@prisma/client : 3.1.1
Current platform : darwin-arm…
-
### Bug description
I'm trying to setup integration testing using Prisma and Jest. I do run `prisma migrate reset --force` command for a testing database before running the test suite. The command ru…
-
### Short description of current behavior
I have huggingface sentiment analyzer and sentiment explain comes as text in next format:
```
{'Neutral': 0.6581241488456726, 'Bullish': 0.3416257798671722…
-
Some SQL engines such as BigQuery provide a way to define temporary user function using the `CREATE TEMP FUNCTION` syntax. It's similar as create temporary table with the `WITH table_name AS` syntax b…
-
Not exactly sure whether this best belongs here, in the comunica repo, or possibly even the LDflex repo, depending on how you want to go about solving the issue.
When using LDflex to query over a S…
jeswr updated
3 years ago
-
## Description
Kubernetes is an attacking vector that current there is no detection rules for. During my initial analysis I was able to create a KQL queries that can detect the following activity…
-
### Apache Iceberg version
1.4.3
### Query engine
Spark
### Please describe the bug 🐞
Spark version : 3.5_2.12
We have iceberg spark streaming read job reading iceberg table for new `append` o…
-
### Bug description
Our API runs Prisma on Fly.io connecting as a MySQL client to a database on Planetscale.
This is a GraphQL API and we have a particular query that, without Redis caching, can h…
-
**Is your feature request related to a problem? Please describe.**
A search engine that I'm trying to integrate using json_engine only accepts POST requests. json_engine only makes GET requests.
…