David Grudl
David Grudl
I think that `getTargetPresenters` can be part of IRouter.
I would prefer to avoid BC break. This method can be in interface in v2.3 commented out and checked via method_exists.
Typo in commit message: IRouter
Yes, will you finish it?
ping @JanTvrdik
utf8mb4 enabled, thx for suggestion https://github.com/nette/database/commit/79886631edf37c27f079814bd2de417cb577c7fe
| | strict | nonstrict | note | | --- | --- | --- | --- | | names utf8, table utf8 | error 1366 | truncates string | for...
What about change `FALSE` to `NULL` via `return array_keys(array_filter((array) $this->previousAccessedColumns)) ?: NULL`? It will be consistent with other similar changes in framework.
this is related 6a7b96ddcc765572aea6e50685f18b51ca006634
Tohle je věc, kterou bych ve frameworku rád vyřešil. A ano, důležité je, aby uživatel byl srozumitelně informován o tom, že soubor je moc velký. Nicméně parsování inputu na straně...