Alexander M. Turek
Alexander M. Turek
This looks like a bug to me. The pgsql extension does not care at all about PHP types and communicates in strings only. PHP's default string cast for booleans is...
There's no broad support for vector types yet, as far as I can tell. If it's about supporting the vector type supported by MariaDB specifically, it might be better to...
Apart from MariaDB, I've found the following resources on vector types. Looks like there is a common feature set after all. So, if someone wants to work on a type...
The `ArrayCollection` is just the default implementation of the collection contracts. I don't believe that we need functionality to that class that is not supported by any other collection. Also,...
Closing as explained.
We can probably solve this by cloning the `ArrayResult` before storing and returning it. That being said, you really should not use this kind of cache in production.
I mean, you do you, but you're like asking for the kind of trouble that you see here. No other cache would behave this way. What you call "the by-reference...
Those are the options, not the constructor arguments. What's new is that those options can be set through names arguments. Maybe we should show on https://symfony.com/doc/current/reference/constraints/Compound.html a custom compound constraint...
I don't see much value in adding that functionality to the library. Creating a new collection with a different index can be done in userland.