-
### Bug description
**Summary:** When attempting to create a `Post` with a nested `PostDetail` using Prisma Client and MongoDB, the `Post` is created successfully, but the associated `PostDetail`…
-
*Title*: *Misuse of iaminstanceprofile in aws_ec2_iaminstance.json due to missing EC2InstanceProfile object*
*Description*:
> In aws_ec2_iaminstance.json (found [here](https://github.com/lyft/cart…
-
### Current Behavior
- [x] 1. Update the API endpoints to retrieve only the count of components and relationships for each model, rather than returning all data.
- [x] Fix the bug where both the…
-
### Clear and concise description of the problem
As we start implementing "namespace is namespace" in our language emitters, TCGC plays an important role in helping emitters get the information they …
-
### Is your feature request related to a problem?
Reusing parts of a model in another model without having to duplicate everything.
For example:
- The model of an application relies on interfaces…
-
### Describe the bug
The Gaphor implementation of Dependency (and its sub-classes) makes the client the owner of the dependency. In the UML specification a Dependency is a subclass of PackageableElem…
-
### Do you need to file an issue?
- [X] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers…
-
**Checklist**
- [x] I have searched budibase discussions and github issues to check if my issue already exists
**Hosting**
- Self
- Method: docker
- Budibase Version: latest (as of 06.08.24…
-
I have multiple tables with one-to-one and one-to-many relationships, for example:
```prisma
model Delivery {
id Int @id @default(autoincrement())
items DeliveryItem[]
delivered_at …
-
### Package version
18.4.0
### Describe the bug
the Doc say :
```
Preload relationship
Preloading allows you to fetch the relationship data alongside the main query. For example: Select all the…