David Durika

Results 28 comments of David Durika

@emaan-c @jlipps but all my elements have this issue... so what should I do to make it work? I do have some elements with `testId` and `accessible=true`. I have a...

currently i have 11 store modules with avg 6 actions... so its 66 actions and still growing :) ... so maintain so many actions in whitelist array is a byt...

pouzi na to m:filter() https://github.com/Tharos/LeanMapper/blob/develop/tests/LeanMapper/Entity.filters.phpt https://github.com/Tharos/LeanMapper/blob/develop/tests/LeanMapper/Entity.filtersOverloading.phpt

`$connection->select($queryHelper->formatSelect(Author::class) + $queryHelper->formatSelect(Book::class))` mi pride ako dost dlhy a pracny zapis, nechcel by si to trocha prerobit napr na: `$connection->select(Author::class . ' AS a, ' . Book::class . ' AS...

ahoj, kedy planujes relesnut QO a LQL ?

![image](https://cloud.githubusercontent.com/assets/1048212/3200203/f6e1ac34-ed78-11e3-8051-23fc62660fb0.png)

tak som pripravil test ktory vlastne nieje test :) ale len ukazka kodu kt. hadze tu chybu #71

_upravujem kod testu_ #71 ``` $authorRepository = new AuthorRepository($connection, $mapper, $entityFactory); $bookRepository = new BookRepository($connection, $mapper, $entityFactory); $author = $authorRepository->find(3); foreach($author->books as $book) { if($book->id == 5) { $bookRepository->delete($book); $author->removeBook($book);...