Massimiliano Arione

Results 255 comments of Massimiliano Arione

You can find relevant informations in issue #598 and related PR

I guess that interface was created just with needed (e.g. actually used) methods.

SlidingPaginationInterface had no evolution: it was created just a couple of weeks ago to solve aforementioned issue

I can't find any problem in paginating arrays with latest bundle/library versions. Can you confirm that?

I'm trying to reproduce, no luck. This is my code (just a Symfony default project where I added KnpPaginatorBundle): ```php

If no one is able to provide a way to reproduce the problem, the issue will be closed. Thank you.

@richard-bridgeman again, can you provide a way to reproduce it?

> Just to make sure, you have a BINARY field and you're using the UUID() function to insert the content, right? Well, not exactly. I'm inserting values using PHP (more...

> If anyone could try a 5.1 version and let us know, I would consider this request as done thinking I just tried with 5.1 and I don't see any...

> Could you clarify "not linked to FKs" ? Normally, a FK is linked to related row. If, for example, you have a table "post" with a FK "author_id", when...