-
This roadmap RFC aims to composer.json standardization.
f3l1x updated
3 years ago
-
Its possible to combine Nextras\Orm\Bridges\NetteDI\DIRepositoryFinder
and user defined model?
-
**Describe the bug**
Calling `$collection->countStored()` should remove `ORDER BY` clause
**To Reproduce**
```php
// SomeMapper.php
$builder->addOrderBy('id');
$builder->limitBy(10, 0);
// …
-
**Describe the bug**
I tried RC version of 5.0 and so far so good except for one thing in MySQL. It's connected to [this comment](https://github.com/nextras/orm/issues/526#issuecomment-1065956019).…
-
Hi when I try to run this code I got error below.
PHP 8.2
MariaDB 10.05
`
-
Hi, copying a bug report from Slack so that it can be tracked.
Relevant pieces of entities:
```php
/**
* @property Mutation $mutation {m:1 Mutation, oneSided=true}
* @property OrderDelivery…
-
**Describe the bug**
After filtering by HasMany property, when I want to order result by a column from a joined table, it only works in MySQL. In Postgres, the query fails.
**To Reproduce**
`…
-
**Describe the bug**
If I use the WHERE condition in Mapper to search via IN and there is an empty array in the arguments, it generates a wrong SQL statement that causes an exception.
If I use …
-
Hi :wave:,
this question/issue mainly affects phpstorm plugin. Not the library itself.
:warning: **Problem**
I'm having trouble with `Cmd + Click` or suggestions in `findBy` and similar methods.
…
hrach updated
11 months ago
-
I'm install migrations by manual from your site. In my neon config I have this options:
```
extensions:
console: Contributte\Console\DI\ConsoleExtension(%consoleMode%)
migrations: Nextra…