Václav Pelíšek

Results 27 issues of 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...

type:bug

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...

type:bug
status:to be verified

### 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...

type:bug
status:to be verified

### 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...

type:feature

### 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',...

type:feature

## 🔍 What was changed Test to replicate #489 . When `schema.php:45` is changed to true, entity gets inserted correctly.

type:test