-
### Feature description
It would be very helpful to be able to edit the names of polymorphic relationships.
I am working on a project where I am utilizing the awesome postgres feature of Inherit…
-
### Is your feature request related to a problem? Please describe.
Currently Polymorphic Deserialization without type indicator can be done in different ways
**ID.DEDUCTION**
@JsonTy…
-
Ok so I've been racking my brain and trying different things on this one (and may be kind of related to #409 ), can't figure out a decent way to do this in praxis as of yet, hoping to find one, but ba…
-
### Bug description
I created a schema with polymorphic links.
My goal is to have foreign keys of different services connected to one field, and define the service by the Servicetype field.
B…
-
Currently the rest_polymorphic extension generates OAS components looking like this:
```yaml
components:
schemas:
MyComponentTyped:
allOf:
- type: object
properties:
…
-
### Bug description?
Add that only one of the properties should be populated with data
### Version
3
-
The polymorphic filter is not working.
Using the following:
- Minecraft version 1.21
- Fabric version 15.11
- Tom's version 2.0.9
Behavior: Large connected inventory of double chests. Each…
-
- favoritables
- taggables
https://github.com/prisma/prisma/issues/1644
https://github.com/prisma/prisma/discussions/11108
https://stackoverflow.com/questions/69224864/polymorphism-in-prisma-sch…
-
We should support reading/writing base types using the DynamoDB Enhanced Client.
Potential syntax/example (not yet implemented):
```java
@DynamoDbBean
@DynamoDbSubtypes({Employee.class, Custom…
-
### Describe what you want
I'm looking for a Typesafe ORM that support for polymorphic associations.
To give a concrete example:
I have a `Comment` model. I need this model to be associated with…