Asmir Mustafic
Asmir Mustafic
I was really expecting that this feature worked out of the box. Since docker is able to update services with zero-downtime, was expecting that draining nodes had the same behavior....
From my understanding of mapping types, types and comments... - `mapping_types` are rules used by DBAL to convert SQL types to DBAL types. - `types` are rules used by DBAL...
I will look at it mid February, sorry busy times 😞😢
ok, seems a PDO thing... https://www.php.net/manual/en/mysqlinfo.concepts.buffering.php is there a chance to offer such feature for snowflake PDO.... since it mainly contains large datasets
With postgres , it is possible to use `FETCH FORWARD 5 FROM cursor_name;`... but in snowflake `FETCH` can not be used outside of a stored procedure (and it fetches always...
yea, that is what we are doing, but is a query takes a large time to complete, running it multiple times with `limit offset` makes it worse
I think that this is a unintentional BC break introduced with https://github.com/schmittjoh/JMSSerializerBundle/pull/803 To solve your issue you should use symfony decorators (https://symfony.com/doc/current/service_container/service_decoration.html) and decorate the `jms_serializer.object_constructor` service.
Would be great if you could add a note on the documentation mentioning this :)
@bobvandevijver i'm sorry for that...
I think your is a valid bug, the method `setDepth` is missing in https://github.com/schmittjoh/serializer/blob/master/src/Visitor/Factory/JsonSerializationVisitorFactory.php