-
Hi, you have a mistake in documentation https://contributte.org/packages/contributte/datagrid/data-source.html#nextrasdatasource for Nextras\ORM filter text example. **andWhere()** does not support ar…
-
Hi,
I use `marc-mabe/php-enum` for enums in php and when I pass it to a findBy method, nextras/orm may reuse entity iterator from a cache. It happens because [orm uses json_encode](https://github.co…
-
Hi, great library, using it for a while successfully, so thanks for your work!
I wondered, will there be (or am I missing already) support for easy conditions with LIKE %% operator? My need is a si…
dasim updated
4 years ago
-
I get error `Property Smartlook\Domain\Project\ProjectPermission::$project is not nullable.`, when in 2nd foreach run call remove method.
Code:
```php
// un-assign user from projects
foreach ($u…
-
Hi, im looking for solution, how to change entity type in STI.
I have 2 types: `IndividualUser` and `CompanyUser`, both are extending parent class `User`.
These two types are recognited by discrim…
-
**Describe the bug**
Let's have 3 tables - `user`, `tag` and `user_x_tag` in database named `b`. If my default database name is `a`, then function `StorageReflection::findManyHasManyPrimaryColumns` t…
-
**Nextras make 2 identically queries to database**
If I use _->findAll()_ in foreach, then Nextras will make the same query more than once.
**To Reproduce**
Steps to reproduce the behavior. It co…
-
Hi, I have a simple sign in form which throws me a weird error after success which seems to be related to Nextras/Orm.
System configuration looks like:
php: 7.2.25
"nextras/orm": "^3.1",
"nette/ap…
-
I have a code that is [removing](https://github.com/jtojnar/entries/blob/d7aafb7bbf06f1508729e2bf4b60e0687be57c4a/app/presenters/TeamPresenter.php#L348-L354) team members ([basic `m:1`](https://github…
-
**Describe the bug**
Mapper throws me an exception when I try to remove some entity. The bug appeared with the version 3.1.
**To Reproduce**
```
$this->orm->repo->remove($this->orm->repo->getByI…