Javier Spagnoletti
Javier Spagnoletti
Thanks for the quick reply. >If we have string formatter, we will have a risk to have some conflict with previous formatter (which already format some non-string data like boolean...
>Not sure if I'm clear @phansys I think I get your point, thank you. I'll be pushing a new commit when I have something about this approach.
For the records, I'm dumping here some thoughts I currently have about this feature, but I'd like to debate later if this PR is merged: 1. Possibility to have **mappings**...
>By passing the key to suport/format method, it allows to have different behavior based on the column. Yes, but in this case `$key` is the column name. We still need...
@frankverhoeven, could you please confirm if the issue is still present in your setup?
>Shouldn't this target 3.7.x too? At first sight, I think no, as it fixes some wrong assumptions.
IMO, this is still relevant.
I'm currently AFK, but I'll be rebasing today. Thank you!
As far as I can check, the timezone support is available at least from SQLite `2.8.7`, released on [2003-12-04](https://www.sqlite.org/src/timeline?c=d48b0b018d&y=ci). See: * https://www.sqlite.org/src/timeline?c=68ef9b45bd3abded&y=a * https://www.sqlite.org/src/info/68ef9b45bd3abded I've created #6006 as an improvement,...
I didn't check the clock mocking features from [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge). Limiting the syntax in the codebase based on the limitations of this implementation is something I'd like to avoid. Could you...