David Roth

Results 25 comments of David Roth

@CyrusNajmabadi Ist there an ongoing discussion on your "side-channel" proposal without introducing a new UTF8String type? I share your concerns about the fragmentation problem a new UTF8String type would bring....

@roji `Npgsql.EntityFrameworkCore.PostgreSQL.BuiltInDataTypesNpgsqlTest.Object_to_string_conversion` fails on my machine: ![image](https://user-images.githubusercontent.com/338856/95739290-e4e27a80-0c8a-11eb-83b9-b1863687886c.png) **Edit:** I guess this is because my local Postgres db might use a different culture. Can this be enforced in the test-suite (e.x....

> @davidroth am under pretty massive workload at the moment, with the 5.0 release coming up. Is there anything that isn't purely-test related, i.e. are we sure that the actual...

@roji 2 questions before I start: - After looking at `NodaTimeQueryNpgsqlTest`, I think it makes most sense to leave existing tests as is but add some additional tests based on...

> However, rather than coding new tests to do that, we could just run BuiltInDataTypesNpgsqlTest again with the NodaTime plugin activated - that already verifies that all BCL date/time types...

What is the status of this issue now that #54823 has been merged? Why is it still in backlog?

@mikhailshilkov Waiting for this since many years. Any ETA possible? AWS is now charing for IPV4 making this even more important: https://aws.amazon.com/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/

This issue appears every now and then in one of our projects.. IMHO the [Skip locked](https://github.com/symfony/doctrine-messenger/compare/5.4...sylfabre:doctrine-messenger:5.4) aproach should really be integrated here as a default option. @sylfabre Are you still...