-
We have a schema with two entities (Product, Property) with a O2M relation. Because a property should never exist without a product, the `product_id` field in the property table should be non-nullab…
-
# Bug report
## Describe the bug
I am writing an API application which does CRUD operation on supabase database.
This is my Model class.
```
[Table("Genre")]
public class Genre : BaseMo…
-
# Bug report
### What I did
I want to add a backed enum with typed values to Crud. The model is already prepared with the corresponding casting for the field.
The enum:
```php
-
Good day,
I have been going through your product and was wondering whether you have the following functions for the different sql dialects. I believe PgSQL uses OnConflict
-
## Foundation Mission Request: RetroPGF3: Discovery & Voting
* **Proposed Foundation Mission (RFP):** RetroPGF Discovery & Voting application
* **S4**[ **Intent**](https://gov.optimism.io/t/colle…
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single…
-
Since the module has a framework for the table API it would be beneficial to create a function builder with input for tablename and function name. It should be able to generate a standard CRUD functio…
-
### Symfony version(s) affected
6.3.0-BETA2
### Description
I tested the latest 6.3.0-BETA2 release on my project and found something worth to report.
I've got this warning during `cache:clear`
…
-
In My use case (DB [MS SQL 2019] First), we have a Table as below...
We got an Identity Column ID but it is not the Primary Key, rather, there is [DATAMASTER_DB_ID] column which is Database derived/C…
-
I use Lombok's `@Getter` whenever possible. Almost all of the pure getters I find myself writing these days are for `java.util.Optional`s.
```
private final String foo;
public Optional getF…