pine3ree
pine3ree
Hello @froschdesign, > Please check `Laminas\Hydrator\Strategy\NullableStrategy`: https://docs.laminas.dev/laminas-hydrator/v4/strategy/#laminas-hydrator-strategy-nullablestrategy Yes I am aware of that strategy. Still, it sounds a bit strange (at least to me) to let a string pass while...
Another option would be to use it as the constructor argument for DateTime, it is still a valid argument and results in current datetime..
Yes of course @froschdesign , You didn't have to write the full example :-). But maybe I have been not very clear. My point is that a DateTime hydrator (or...
I could add an extra ctor argument (something like `.., $strictTypeHydration = false)`) and raise an exception for the empty string case, when set to `true`. This would avoid the...
Hello @eugene-borovov , I agree. I meant the extra parameter to be temporary until next major release just to avoid BC break and to allow stricter conversions for those who...
Hello @wolfy-j , > All accepted. Injecting SELECT into INSERT is not a problem, we already have such capability on VALUE level. > but the compiler have this hardcoded string...
> @pine3ree As far as I know, MySQL isn't case sensitive with this? Hello, @ryancramerdesign. It is not case-sensitive indeed, but all other SQL reserved words are UPPERCASED elsewhere. So...
I have had the same issue while installing zend-form with zend-expressive (fastroute+pimple+plates). Even just requiring zend-form (`composer require zendframework/zend-form`) and including the generated `vendor/autoload.php` will cause the issue. The zend-form...
Another nice feature would be a configurable production "build" output directory
Oh thank you @babichjacob, so it was a static-adapter option. My mind was set to find a vite option for that...and was blind to the real solution. Kind regards.