-
Hello,
Using FLEXIcontent 3.2.1.12
At the moment the relational field when using the "non-translatable" the relational reversed doesn't get the items in the currently viewed frontend language if…
-
Many ideas have arisen from this project, so let's define a quick definition and apply some prioritization to it. Here's the list of ideas
- Object storage service (FE/BE/Deploy/Market)
- Relational s…
-
I would make the following suggestions regarding the change to the relational DB in the backend:
- [x] Create work on a feature branch `feature/relational-db`
- [x] Revert some changes to the `model…
-
### Describe the Improvement
When a relation is set to readonly, there's currently no way to view the related item in the drawer. I think in this case users should still be able to view the item in a…
-
## Problem
Prisma supports including the count of a relational field, so we should too.
```js
const users = await prisma.user.findMany({
include: {
_count: {
select: { posts: tru…
-
**Is your feature request related to a problem? Please describe.**
Usecase:
We want to add a relation `Product` to `User` (called `owner`) to implement an ownership. For access controll we only ne…
-
### What version of `drizzle-orm` are you using?
0.28.6
### What version of `drizzle-kit` are you using?
n/a
### Describe the Bug
Hi Drizzle Team, thank you for making an awesome librar…
-
This proposal makes a case for a an alteration to the sqlite codebase storage format.
## Goal
The goal is to allow us to more easily load exactly the data we need, and no more, from the database…
-
### What version of `drizzle-orm` are you using?
0.27.2
### What version of `drizzle-kit` are you using?
0.19.12
### Describe the Bug
My prepared statement is correctly returning the data I would…
-
**Describe the problem**
internal error: cannot map variable 17 to an indexed var
**To Reproduce**
```sql
create table t1 (c0 int4 primary key);
insert into t1 values (1);
select 1
from
…