Václav Pelíšek
Václav Pelíšek
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Hi, I am getting a...
Partial fix of https://github.com/cycle/annotated/issues/97 ## 🔍 What was changed I removed initialization of relations if the declaring class differs from currently processed reflection class. This solves a case from issue...
### No duplicates 🥲. - [X] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? Hi, In a scenario where...
### Describe the bug Hi, I am trying to integrate CycleORM into a Symfony application, in order to replace Doctrine, and I encountered a strange behavior with relations. I will...
### I have an idea! Hi, I would love to add a [`check constraint`](https://mariadb.com/kb/en/constraint/) to my table using attributes. I imagine the functionality as following, but it is just a...
### I have an idea! Hi, I would like to extend the functionality to support virtual generated columns. In Doctrine it is possible using this explicit annotation: ```php #[ORM\Column(type: 'int',...
## 🔍 What was changed Test to replicate #489 . When `schema.php:45` is changed to true, entity gets inserted correctly.